easyctf-2017/server/api/admin.py

5 lines
105 B
Python
Raw Normal View History

2015-12-24 03:51:42 +00:00
from flask import Blueprint
2015-12-27 00:19:31 +00:00
from decorators import api_wrapper
2015-12-24 03:51:42 +00:00
2015-12-27 00:19:31 +00:00
blueprint = Blueprint("admin", __name__)