added more test apps

This commit is contained in:
John Lancaster
2024-05-13 22:12:33 -05:00
parent fafa5cc8fc
commit 69134399f4
5 changed files with 19 additions and 0 deletions

6
apps/app1/database.py Normal file
View File

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