You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-02 22:36:54 +02:00
6 lines
170 B
Python
6 lines
170 B
Python
![]() |
from Command import Command # import parent class
|
||
|
|
||
|
class RPi(Command):
|
||
|
def start(this, string): # main method
|
||
|
pass
|