FEAT: Started the outline of the LIFX code needed to at least get the lights
This commit is contained in:
6
config/config.py
Normal file
6
config/config.py
Normal file
@ -0,0 +1,6 @@
|
||||
from dotenv import load_dotenv
|
||||
import os
|
||||
|
||||
load_dotenv()
|
||||
|
||||
LIFX_TOKEN = os.getenv("LIFX_TOKEN")
|
Reference in New Issue
Block a user