import os

from dotenv import load_dotenv

load_dotenv()

LIGHTHOUZ_API_URL = os.getenv("LIGHTHOUZ_API_URL")