4 lines
111 B
Python
4 lines
111 B
Python
try:
|
|
from shared.sensors.rgb_led import RGBLED
|
|
except ImportError:
|
|
pass # No need as we are on the RPI |