fix: issues

This commit is contained in:
2024-06-07 12:22:34 +02:00
parent b302407d58
commit 752b403900
5 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
__version__ = "0.0.0"
__name__ = "$REPO_NAME_SNAKE"

View File

View File

@@ -0,0 +1,5 @@
from .__about__ import __version__
def cli():
print("Hello, world!")