add olipy

This commit is contained in:
Siwat Sirichai 2022-12-11 23:14:03 +07:00
parent 649e908448
commit 3154e334e3
3 changed files with 0 additions and 0 deletions

View file

@ -1,9 +0,0 @@
from kuukar.kuukar_lcd import lcd
from kuukar.kuukar_leds import leds
class voice:
def __init__(self, lcd: lcd, leds: leds) -> None:
self.lcd = lcd
self.leds = leds
def handle_voice_prompt(self, command):
pass