Skip to content
Snippets Groups Projects
database.py 58 B
Newer Older
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()