""" Application =========== This file is used by Elastic Beanstalk to spawn the necessary processes to handle the load on the server. Application is a required variable within this file. """ from auth import app from auth import handlers app = app.app