1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 21:03:00 +00:00
kiwi-scp/src/kiwi/__init__.py

5 lines
84 B
Python
Raw Normal View History

2020-08-06 11:43:45 +00:00
from .core import Parser
from .config import Config
__all__ = ['Parser', 'Config']