5 lines
83 B
Python
5 lines
83 B
Python
from dotenv import load_dotenv
|
|
|
|
# Support .env for local development
|
|
load_dotenv()
|