tiramisu-api-python/tiramisu_json_api/__init__.py

6 lines
70 B
Python

from .api import Config
__version__ = "0.0.1"
__all__ = ('Config',)