FEAT: Started the outline of the LIFX code needed to at least get the lights

This commit is contained in:
Dan
2024-07-18 21:56:59 -04:00
parent 74b9cd6a3b
commit 70418ef16c
2 changed files with 33 additions and 0 deletions

6
config/config.py Normal file
View File

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