chore: include local files

This commit is contained in:
2025-11-15 22:13:31 -05:00
parent 60a2b82510
commit 8ca435a78a
9 changed files with 36 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Handle all of the configurations and secrets
from dotenv import load_dotenv
import os
load_dotenv()
api_key = os.getenv("API_KEY")