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

8 lines
90 B
Python

from app import create_app
app = create_app()
if __name__ == "__main__":
app.run()