from app1.notification import Notification from appdaemon.adbase import ADBase class Test(ADBase): def initialize(self): self.adapi = self.get_ad_api() self.notification = Notification(self.adapi) # self.notify.send("Test message from Test2 app.")