easyctf-2017/server/api/models.py
2015-12-23 00:26:27 -06:00

3 lines
62 B
Python

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