atst/atat/database.py
2020-03-04 11:51:15 -05:00

4 lines
59 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()