""" Application constants """ APP_NAME: str = "visited_tracks_job_request" ENV_PROD: str = "prod" ENV_DEV: str = "dev"