litechan/wsgi.py
2023-07-04 18:28:49 +02:00

5 lines
73 B
Python

from tsuchinoko import app
if __name__ == "__main__":
app.run()