chore: template

This commit is contained in:
2026-06-29 21:15:48 +02:00
parent 882bd2dbd1
commit e19a9cfdcc
10 changed files with 11 additions and 239 deletions
+4
View File
@@ -0,0 +1,4 @@
import importlib.metadata
PKG_NAME = __name__
PKG_VERSION = importlib.metadata.version(PKG_NAME)