1
0
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:
MarkParker5
2020-10-28 21:02:30 +02:00
parent a8e77bcc6f
commit b17b23c8e7
8 changed files with 59 additions and 15 deletions

View File

@@ -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