ska-referee-test/ref-test/database.py
2022-06-10 22:11:29 +01:00

3 lines
58 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()