initial commit
This commit is contained in:
7
apps/hello.py
Executable file
7
apps/hello.py
Executable file
@@ -0,0 +1,7 @@
|
||||
import appdaemon.adbase as ad
|
||||
|
||||
class HelloWorld(ad.ADBase):
|
||||
def initialize(self):
|
||||
self.adapi = self.get_ad_api()
|
||||
self.log = self.adapi.log
|
||||
self.log(f'Initialized app from {__file__}')
|
||||
Reference in New Issue
Block a user