initial commit
Some checks failed
CI / build (push) Failing after 20s

This commit is contained in:
2024-09-09 22:22:53 +08:00
commit 940d8cac96
9 changed files with 385 additions and 0 deletions

5
.gitignore vendored Normal file
View File

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