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