import sys
sys.path.insert(0, '/home/japhy/trackingScienceReplication.artiswrong.com')
from app import create_app

application = create_app()
