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/subcommands/__init__.py

4 lines
105 B
Python
Raw Normal View History

2020-08-06 12:34:25 +00:00
from .subcommand import SubCommand
from .init import InitCommand
__all__ = ['InitCommand', 'SubCommand']