Initial commit

This commit is contained in:
2025-04-23 08:58:31 +00:00
commit 632bd77868
9 changed files with 240 additions and 0 deletions

View File

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

View File

View File

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