Cybersecurity-Projects/PROJECTS/intermediate/siem-dashboard/backend/wsgi.py

10 lines
84 B
Python

"""
©AngelaMos | 2026
wsgi.py
"""
from app import create_app
app = create_app()