Expose add-on board classes to the module

This commit is contained in:
Ben Nuttall
2015-09-21 15:29:54 +01:00
parent 6d29aaa590
commit 5669a98b42

View File

@@ -8,7 +8,7 @@ from .devices import (
_gpio_threads_shutdown,
GPIODeviceError,
GPIODevice,
)
)
from .input_devices import (
InputDeviceError,
InputDevice,
@@ -23,6 +23,12 @@ from .output_devices import (
Buzzer,
Motor,
)
from .boards import (
TrafficLights
PiTraffic,
FishDish,
PiLiter,
)
def gpiozero_shutdown():