From 5a7b8203f60439a6fb708a0285805860c15808be Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:00:39 +1300 Subject: [PATCH] Create __init__.py --- custom_components/shopping_list_manager/utils/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 custom_components/shopping_list_manager/utils/__init__.py diff --git a/custom_components/shopping_list_manager/utils/__init__.py b/custom_components/shopping_list_manager/utils/__init__.py new file mode 100644 index 0000000..753d73b --- /dev/null +++ b/custom_components/shopping_list_manager/utils/__init__.py @@ -0,0 +1 @@ +"""Utilities for Shopping List Manager."""