Initial commit

This commit is contained in:
2024-06-07 10:23:37 +00:00
commit 17f429ad7d
9 changed files with 240 additions and 0 deletions

View File

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

View File

View File

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