#!/usr/bin/env python import sys sys.path.append('packages') from app import app app.run(threaded=True, host='', port=8000)