created Repo

This commit is contained in:
sascha-hemi
2024-10-28 09:01:22 +01:00
parent acffd32e83
commit 105d8ab6e6
1054 changed files with 181032 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
"""
Expose version
"""
__version__ = "3.4.0"
VERSION = __version__.split(".")