Initial commit
This commit is contained in:
1
src/cli/__init__.py
Normal file
1
src/cli/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
__version__ = "0.0.1"
|
3
src/cli/cli.py
Normal file
3
src/cli/cli.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def main():
|
||||
"""The main program logic"""
|
||||
print("Hello")
|
Reference in New Issue
Block a user