import os from dotenv import load_dotenv load_dotenv() NOTION_TOKEN = os.getenv("NOTION_TOKEN")