added sibling

This commit is contained in:
John Lancaster
2024-09-04 20:05:00 -05:00
parent 6e793baed8
commit 14609ec8c4
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from appdaemon.adapi import ADAPI
from child import Child
class Sibling(Child):
def initialize(self):
self.log(f"{self.__class__.__name__} Initialized")