simple-login/app/wsgi.py
2022-12-30 16:23:27 +00:00

4 lines
50 B
Python

from server import create_app
app = create_app()