easyctf-2017/server/api/models.py

5 lines
64 B
Python
Raw Normal View History

2015-12-23 06:26:27 +00:00
from flask.ext.sqlalchemy import SQLAlchemy
2015-12-23 19:49:31 +00:00
db = SQLAlchemy()