2 lines
44 B
Python
2 lines
44 B
Python
|
from dotenv import load_dotenv
|
||
|
load_dotenv()
|