From 0a177eebe886fef7e45085587693d51dd77d46db Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:15:31 -0500 Subject: [PATCH] added some globals --- apps/globals/alexa/globals.py | 1 + apps/globals/frigate/globals.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 apps/globals/alexa/globals.py create mode 100644 apps/globals/frigate/globals.py diff --git a/apps/globals/alexa/globals.py b/apps/globals/alexa/globals.py new file mode 100644 index 0000000..8ebf600 --- /dev/null +++ b/apps/globals/alexa/globals.py @@ -0,0 +1 @@ +ALEXA = True \ No newline at end of file diff --git a/apps/globals/frigate/globals.py b/apps/globals/frigate/globals.py new file mode 100644 index 0000000..7470305 --- /dev/null +++ b/apps/globals/frigate/globals.py @@ -0,0 +1 @@ +FRIGATE = True