mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Refactor to simplify imports
This commit is contained in:
@@ -49,8 +49,7 @@ battery power:
|
||||
import lvgl as lv
|
||||
import time
|
||||
|
||||
import mpos.battery_voltage
|
||||
from mpos.apps import Activity
|
||||
from mpos import battery_voltage, Activity
|
||||
|
||||
class Hello(Activity):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user