fix dataclass init

This commit is contained in:
Shurelol
2023-07-08 23:10:13 +08:00
parent 668cfb72c3
commit e855374508
2 changed files with 8 additions and 15 deletions

4
.gitignore vendored
View File

@ -3,4 +3,6 @@
build/
test.py
app/helper/sites.py
config/user.db
config/user.db
*.pyc
*.log