CTFd/wsgi.py

4 lines
48 B
Python

from CTFd import create_app
app = create_app()