kuhkal/run.py

5 lines
65 B
Python
Raw Normal View History

2023-01-31 22:43:08 +00:00
from kuhkal import app
if __name__ == "__main__":
app.run()