builds.sr.ht/run.py

5 lines
121 B
Python
Raw Permalink Normal View History

2017-02-08 20:17:52 +01:00
if __name__ == '__main__':
from srht.debug import run_service
from buildsrht.app import app
run_service(app)