more complexity to test case

This commit is contained in:
John Lancaster
2024-06-06 21:10:02 -05:00
parent 6a2877ca71
commit 1135082055
5 changed files with 22 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
from appdaemon.adapi import ADAPI
class DatabaseApp(ADAPI):
def initialize(self):
self.log(f'Initialized from {__file__}')
class Database:
def __init__(self, ad: ADAPI) -> None:
self.ad = ad