feat: initial commit

This commit is contained in:
2024-06-07 11:55:37 +02:00
parent 3dac461272
commit ebaa870342
5 changed files with 44 additions and 2 deletions

View File

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

View File

View File

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