Fixed broken imports

This commit is contained in:
2025-12-14 12:59:36 +01:00
parent d915009894
commit 76eb0f8862

View File

@@ -1,3 +1,6 @@
#!/usr/bin/env python3
from grove_rgb_lcd import *
import led
import sys
import select