forked from 0xWheatyz/SPARC
chore: include local files
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user