system-pri/backend/app/dependencies.py

7 lines
121 B
Python
Raw Normal View History

2022-05-15 21:20:05 +02:00
from flask_marshmallow import Marshmallow
from flask_sqlalchemy import SQLAlchemy
2022-05-15 21:20:05 +02:00
ma = Marshmallow()
db = SQLAlchemy()