import os import logging logger = logging.getLogger(__name__) BASE_URL_FASTAPI = os.getenv("BASE_URL")