What: make it so that this only exists in config.py: from dotenv import load_dotenv load_dotenv() To get the env variables, run: from config import XXX YYY
What:
make it so that this only exists in config.py:
from dotenv import load_dotenv
load_dotenv()
To get the env variables, run: from config import XXX YYY