kiwi-scp/src/kiwi/__init__.py

7 lines
94 B
Python

from .core import Parser
from .runner import Runner
__all__ = [
'Parser',
'Runner'
]