tiramisu-api-python/tiramisu_api/__init__.py

6 lines
68 B
Python

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