Files
face-attendance/wsgi.py
2026-05-01 21:24:21 +03:30

4 lines
47 B
Python

from app import create_app
app = create_app()