Base

Basic class for all inherited classes.

class src.base.Base(parent)

Bases: builtins.object

loop()
class src.base.Pipe(parent, name)

Bases: builtins.object

Pipe commands from the base class (children) to the events module

e.g., in io.py you can do: self.setFlashlightMode(power=True) and this will call events.setFlashlightMode(power=True)