summaryrefslogtreecommitdiffstats
path: root/run.py
blob: 3ce0009935d8070c017fce10e765fc7afdd4e7d5 (plain)
1
2
3
4
if __name__ == '__main__':
    from srht.debug import run_service
    from mansrht.app import app
    run_service(app)