import sys
sys.path.insert(0, '/var/www/Python')

from app import app as application
