added family folder

This commit is contained in:
John Lancaster
2024-08-14 00:11:53 -05:00
parent c10d280dcb
commit 4547668c2b
5 changed files with 33 additions and 0 deletions

View File

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