Restruct files, prepare for next feature

This commit is contained in:
2024-08-06 17:14:00 +02:00
parent 7cec02f649
commit 3cc104e08e
9 changed files with 44 additions and 36 deletions

7
src/config.py Normal file
View File

@@ -0,0 +1,7 @@
import os
from dotenv import load_dotenv
load_dotenv()
NOTION_TOKEN = os.getenv("NOTION_TOKEN")