import sys
sys.stdout = sys.stderr
sys.path.insert(0, "/var/www/nescon")

from nescon import app as application
