hub.sr.ht/run.py

5 lines
119 B
Python
Raw Permalink Normal View History

2020-03-24 15:26:15 +01:00
if __name__ == '__main__':
from srht.debug import run_service
from hubsrht.app import app
run_service(app)