1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2025-12-06 16:43:00 +00:00
kiwi-scp/src/kiwi/subcommands/__init__.py
2020-08-06 14:38:03 +02:00

4 lines
No EOL
105 B
Python

from .subcommand import SubCommand
from .init import InitCommand
__all__ = ['InitCommand', 'SubCommand']