diff options
author | bionel <ionel.busuioc@gmail.com> | 2020-06-09 15:10:47 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2020-06-09 15:10:47 +0300 |
commit | 4a2deff282a0a353ad85d43f3cc0095cdc9cfd83 (patch) | |
tree | 5b995950ce5f17dfd8930d77235ac52af3c9159a /src/frontend/cli-ng/__init__.py | |
parent | f587c2de87665b10e70b4143989572b19e43c08c (diff) |
Add implementation of sisiphus-cli using typer
Diffstat (limited to 'src/frontend/cli-ng/__init__.py')
-rw-r--r-- | src/frontend/cli-ng/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/cli-ng/__init__.py b/src/frontend/cli-ng/__init__.py new file mode 100644 index 0000000..20120a6 --- /dev/null +++ b/src/frontend/cli-ng/__init__.py @@ -0,0 +1 @@ +""" Just the init file"""
\ No newline at end of file |