Files
rona-backend/database/__init__.py

4 lines
59 B
Python
Raw Normal View History

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()