from config import settings
from index import web_app as application
if __name__ == "__main__":
application.run(debug=True)