""" This module contains the main application. """ from app import create_app app = create_app()