You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-11-28 21:39:53 +02:00
play films with kweb for rpi
This commit is contained in:
@@ -10,6 +10,3 @@ from Command import Command # import parent class
|
||||
class SmallTalk(Command):
|
||||
def start(this, string): # main method
|
||||
print(f'Hello, {string=}')
|
||||
|
||||
def confirm(this): # optional method
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user