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

from tracking import app as application
