added restaurant

This commit is contained in:
John Lancaster
2024-08-10 13:55:42 -05:00
parent 21cec2eb27
commit 2968c30dda
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from appdaemon.adapi import ADAPI
from food import Eggs
class Restaurant(ADAPI):
def initialize(self):
self.log(f'{self.__class__.__name__} initialized with {Eggs}')