man.sr.ht/run.py

5 lines
119 B
Python

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