easyctf-2017/server/api/models.py
2015-12-23 13:49:31 -06:00

5 lines
64 B
Python

from flask.ext.sqlalchemy import SQLAlchemy
db = SQLAlchemy()