From ccd48b63a2da79da08674b689f6747d4f82e1a73 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 23 Apr 2018 08:51:47 +0200 Subject: [PATCH] Create __init__.py --- hassio/dbus/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hassio/dbus/__init__.py diff --git a/hassio/dbus/__init__.py b/hassio/dbus/__init__.py new file mode 100644 index 000000000..202155138 --- /dev/null +++ b/hassio/dbus/__init__.py @@ -0,0 +1 @@ +"""DBus interface objects."""