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:
parent
7641f1846a
commit
3ad9c5c954
2 changed files with 4 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
|||
from .cli import KiwiCLI
|
||||
|
||||
__all__ = ["KiwiCLI"]
|
|
@ -2,7 +2,7 @@ import logging
|
|||
|
||||
import click
|
||||
|
||||
from kiwi_scp.commands.cli import KiwiCLI
|
||||
from kiwi_scp.commands import KiwiCLI
|
||||
|
||||
|
||||
@click.option(
|
||||
|
|
Loading…
Reference in a new issue