initial commit
All checks were successful
CI / build (push) Successful in 16s

This commit is contained in:
2024-09-09 22:22:53 +08:00
commit 112163094a
9 changed files with 450 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.venv
.idea
*.pyc
*.egg-info
__pycache__