4 lines
86 B
Python
4 lines
86 B
Python
from dotenv import find_dotenv, load_dotenv
|
|
|
|
load_dotenv(find_dotenv(), verbose=True)
|