system-pri/backend/app/dependencies.py

8 lines
122 B
Python
Raw Permalink Normal View History

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