easyctf-iv-platform/server/app.py

4 lines
51 B
Python
Raw Normal View History

2018-02-21 04:37:10 +00:00
from easyctf import create_app
app = create_app()