blokdata/run_dev.py

6 lines
63 B
Python
Executable File

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