pacmanweb# Setup Flask application and Celery Functions create_app([config_class]) Create and configure the Flask application. Modules api Flask views to orchestrate PACMan runs and manage outputs. auth User verification and authentication. config Loads environment variables from .env file. tasks Celery task that runs PACMan. tests