mirror of
https://github.com/coleifer/peewee.git
synced 2026-05-11 02:09:43 -04:00
8 lines
103 B
Python
Executable File
8 lines
103 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys
|
|
sys.path.insert(0, '../..')
|
|
|
|
from app import app
|
|
app.run(debug=True)
|