Initial commit

This commit is contained in:
2026-06-15 08:11:11 +00:00
commit 093c553f6c
15 changed files with 758 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import importlib.metadata
PKG_NAME = __name__
PKG_VERSION = importlib.metadata.version(PKG_NAME)