all repos — artbound-python @ fef95b2561b4374a13a10ba4179a4af1f37e1752

A client-server reimplementation of the administration panel for ArtBound.

artbound_python/__main__.py (view raw)

1import bjoern
2from artbound_python import app
3
4bjoern.run(app, "0.0.0.0", 1111)