2022/1/22

This commit is contained in:
resonate
2022-01-22 20:07:07 +08:00
parent 027481ce56
commit 0bec251f08
22 changed files with 463 additions and 43 deletions
+3
View File
@@ -0,0 +1,3 @@
from flask_sqlalchemy import SQLAlchemy
db: SQLAlchemy = SQLAlchemy()