init repo

This commit is contained in:
Sun-ZhenXing
2025-06-11 11:21:12 +08:00
commit e1b112f401
14 changed files with 840 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from .__about__ import __version__
__all__ = [
"__version__",
]