feat: faker data: identification

This commit is contained in:
Zhaolong
2022-01-26 17:11:24 +08:00
parent da9965e2ae
commit 1e3d584870
10 changed files with 206 additions and 28 deletions

View File

@@ -2,4 +2,4 @@ from flask_sqlalchemy import SQLAlchemy
def init_db(app):
db = SQLAlchemy(app)
return SQLAlchemy(app)