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