Files
ctf/training/htb/challenges/web/cdnio/challenge/wsgi.py
2026-04-15 01:05:54 +02:00

4 lines
50 B
Python

from app import create_app
app = create_app()