git-server-ui/wsgi.py
2025-05-13 13:35:37 -04:00

4 lines
No EOL
61 B
Python

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