Initial commit

This commit is contained in:
2024-01-11 14:36:01 +00:00
commit 018e7097eb
10 changed files with 265 additions and 0 deletions

1
src/cli/__init__.py Normal file
View File

@@ -0,0 +1 @@
__version__ = "0.0.1"

3
src/cli/cli.py Normal file
View File

@@ -0,0 +1,3 @@
def main():
"""The main program logic"""
print("Hello")