You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix import
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import _thread
|
||||
|
||||
from .task_manager import TaskManager
|
||||
from mpos.task_manager import TaskManager
|
||||
import mpos.apps
|
||||
|
||||
class Thread:
|
||||
|
||||
Reference in New Issue
Block a user