init: initial commit

This commit is contained in:
han0
2020-11-11 09:09:44 +08:00
commit d2ca865308
8 changed files with 44 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
venv/
__pycache__/
*.ini
.eggs/
*.egg-info
dist/
build/