Initial commit

This commit is contained in:
Music Kraken
2024-07-02 12:39:15 +00:00
commit 4f252a83cc
9 changed files with 240 additions and 0 deletions

View File

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

View File

View File

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