all repos — artbound-python @ 76a90cd6e791a9580cccd1205dc7328bf80cf223

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)