CTFd/wsgi.py

3 lines
47 B
Python

from CTFd import create_app
app = create_app()