kiwi-scp/kiwi_scp/commands/__init__.py
2021-12-03 15:17:00 +01:00

3 lines
48 B
Python

from .cli import KiwiCLI
__all__ = ["KiwiCLI"]