artbound_python/__main__.py (view raw)
1import bjoern 2from artbound_python import app 3 4bjoern.run(app, "0.0.0.0", 1111)