blokdata/run_dev.py
2020-05-13 17:44:18 +02:00

6 lines
63 B
Python
Executable file

#!/usr/bin/env python
from blokdata.app import app
app.run()