File: run_example.py

package info (click to toggle)
flask-peewee 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,100 kB
  • sloc: javascript: 9,322; python: 4,053; makefile: 132; sh: 16
file content (7 lines) | stat: -rwxr-xr-x 87 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/bin/env python

import sys
sys.path.insert(0, '..')

import main
main.app.run()