easyctf-2017/server/api/api.py
2015-12-23 19:55:01 -05:00

3 lines
62 B
Python

from flask import Blueprint
api = Blueprint("api", __name__)