Adding setup.py for this project

This commit is contained in:
2019-03-14 11:04:40 +01:00
parent aad8157b98
commit 9504936005
3 changed files with 29 additions and 0 deletions

View File

@ -1,4 +1,5 @@
from .api import Config
__version__ = "0.0.1"
__all__ = ('Config',)