kuhkal/run.py

5 lines
65 B
Python

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