mirror of
https://git.sr.ht/~sircmpwn/hub.sr.ht
synced 2024-09-09 12:02:35 +02:00
4 lines
119 B
Python
4 lines
119 B
Python
if __name__ == '__main__':
|
|
from srht.debug import run_service
|
|
from hubsrht.app import app
|
|
run_service(app)
|