fixing cookie things, more or less
This commit is contained in:
11
substack/__init__.py
Normal file
11
substack/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""A library that provides a Python interface to the Substack API."""
|
||||
|
||||
__author__ = "Paolo Mazza"
|
||||
__email__ = "mazzapaolo2019@gmail.com"
|
||||
__license__ = "MIT License"
|
||||
__version__ = "1.0"
|
||||
__url__ = "https://github.com/ma2za/python-substack"
|
||||
__download_url__ = "https://pypi.python.org/pypi/python-substack"
|
||||
__description__ = "A Python wrapper around the Substack API"
|
||||
|
||||
from .api import Api
|
||||
Reference in New Issue
Block a user