adding dotenv for credentials management

This commit is contained in:
Goku Mohandas
2023-09-15 09:44:38 -07:00
parent 0133795963
commit 097ffaadc8
9 changed files with 1713 additions and 1792 deletions

3
madewithml/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from dotenv import load_dotenv
load_dotenv()