Initial commit

This commit is contained in:
2026-06-29 19:09:15 +00:00
commit 882bd2dbd1
15 changed files with 775 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import importlib.metadata
PKG_NAME = __name__
PKG_VERSION = importlib.metadata.version(PKG_NAME)