reorg and other stuff

This commit is contained in:
John Lancaster
2024-06-06 20:58:00 -05:00
parent 69134399f4
commit 6a2877ca71
11 changed files with 36 additions and 23 deletions

6
apps/app1/subdir/foo.py Normal file
View File

@@ -0,0 +1,6 @@
from appdaemon.adapi import ADAPI
class Foo(ADAPI):
def initialize(self):
self.log(f'Initialized from {__file__}')