from appdaemon.adapi import ADAPI class DatabaseApp(ADAPI): def initialize(self): self.log(f'Initialized from {__file__}')