1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 04:43:00 +00:00
kiwi-scp/kiwi_scp/commands/__init__.py

4 lines
48 B
Python
Raw Normal View History

2021-12-03 14:16:53 +00:00
from .cli import KiwiCLI
__all__ = ["KiwiCLI"]