feat: layed out the proper files

This commit is contained in:
2025-04-23 11:06:31 +02:00
parent 632bd77868
commit 96ea53035f
3 changed files with 2 additions and 10 deletions

View File

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

View File

@@ -1,5 +1,2 @@
from .__about__ import __name__, __version__
def cli():
print(f"Running {__name__} version {__version__} from __main__.py")
print(f"Running secure_pixelation")