import os from dotenv import load_dotenv # from pprint import pprint DEBUG = False load_dotenv() version = os.getenv("VERSION") print(version)