序列化类移到models里,简化代码
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from flask_marshmallow import Marshmallow
|
||||
|
||||
db = SQLAlchemy()
|
||||
ma = Marshmallow()
|
||||
Reference in New Issue
Block a user