easyctf-2017/server/api/api.py

4 lines
62 B
Python
Raw Normal View History

2015-12-23 01:37:38 +00:00
from flask import Blueprint
api = Blueprint("api", __name__)