Fix imports

This commit is contained in:
AndreeUuetoa
2023-02-24 14:21:20 +02:00
parent 33109455c9
commit 081ace80c9
12 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
from threading import Thread
from tkinter import Tk, Canvas
from lib.strip.FakeStrip import FakeStrip
from pyleds.lib.strip.FakeStrip import FakeStrip
import time