1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-02 22:36:54 +02:00
Files
STARK/Raspi/RPi.py

6 lines
170 B
Python
Raw Normal View History

from Command import Command # import parent class
class RPi(Command):
def start(this, string): # main method
pass