maintenance-as-architecture
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

wsgi.py
text/x-python

Download raw (105 bytes)

from app import app as application

if __name__ == "__main__":
    app.run(host="localhost", port=5556
)