meta.sr.ht/run.py

5 lines
120 B
Python

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