mirror of
https://github.com/coleifer/peewee.git
synced 2026-05-06 07:56:41 -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)
|