Merge branch 'develop' into 'develop'

Adding setup.py for this project

See merge request tiramisu/tiramisu-json-api!1
This commit is contained in:
gwen
2019-03-25 14:44:33 +01:00
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',)