cucchiaiata/src/cucchiaiata/__init__.py

6 lines
108 B
Python
Raw Normal View History

2019-11-29 09:02:10 +01:00
from .parser import Parser
from .config import config
__all__ = ('Parser', 'config')
__version__ = "0.0.1"