1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 20:33:00 +00:00

commands module export

This commit is contained in:
Jörn-Michael Miehe 2021-12-03 15:16:53 +01:00
parent 7641f1846a
commit 3ad9c5c954
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
from .cli import KiwiCLI
__all__ = ["KiwiCLI"]

View file

@ -2,7 +2,7 @@ import logging
import click
from kiwi_scp.commands.cli import KiwiCLI
from kiwi_scp.commands import KiwiCLI
@click.option(