From 321fd8641b66dc662a205b037a12341bc65a6dad Mon Sep 17 00:00:00 2001 From: David Mulcahey Date: Sat, 9 Mar 2024 18:18:19 -0500 Subject: [PATCH] add inits --- tests/__init__.py | 1 + zha/__init__.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/__init__.py create mode 100644 zha/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..adfa6fae --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Tests modules.""" diff --git a/zha/__init__.py b/zha/__init__.py new file mode 100644 index 00000000..280b81d0 --- /dev/null +++ b/zha/__init__.py @@ -0,0 +1 @@ +"""zigbee home automation."""