from appdaemon.adapi import ADAPI class GrandParent(ADAPI): def initialize(self) -> None: self.log(f'{self.__class__.__name__} Initialized')