dashboard/database.py

8 lines
63 B
Python
Raw Normal View History

2022-03-22 08:56:36 +01:00
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()