diff --git a/frigate/test/const.py b/frigate/test/const.py new file mode 100644 index 000000000..ec4fffc57 --- /dev/null +++ b/frigate/test/const.py @@ -0,0 +1,3 @@ +"""Consts for testing.""" + +TEST_DB = "test.db" \ No newline at end of file