Add initial CLI support
This commit is contained in:
parent
e16d67e2f8
commit
22a9c68611
14 changed files with 168 additions and 26 deletions
5
trovedb/cli/__init__.py
Normal file
5
trovedb/cli/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""Common Environment for CLI"""
|
||||
|
||||
from .cli_common import CliEnv
|
||||
|
||||
from ._cli_main import main as cli_main
|
||||
Loading…
Add table
Add a link
Reference in a new issue