"""The main module that runs the application."""

from mapping_provider import create_app

app = create_app()