3 lines
55 B
Python
3 lines
55 B
Python
|
|
from dotenv import load_dotenv
|
||
|
|
|
||
|
|
load_dotenv("src/.env")
|