hub.sr.ht/run.py
2020-03-24 10:26:15 -04:00

4 lines
119 B
Python

if __name__ == '__main__':
from srht.debug import run_service
from hubsrht.app import app
run_service(app)