import os # from dotenv import load_dotenv # load_dotenv() url = os.getenv("ADGUARD_URL") print("PYHTON printed AdGuard URL:", url)