Restruct files, prepare for next feature
This commit is contained in:
7
src/config.py
Normal file
7
src/config.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
NOTION_TOKEN = os.getenv("NOTION_TOKEN")
|
||||
Reference in New Issue
Block a user