kuhkal/run.py
2023-01-31 23:43:08 +01:00

5 lines
65 B
Python

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