You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Cleanups
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import ujson
|
||||
#from ..content.intent import Intent # optional, if App uses Intent
|
||||
from ..navigator import ActivityNavigator
|
||||
|
||||
class App:
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
import utime
|
||||
from .content.intent import Intent
|
||||
|
||||
from .content.pm import PackageManager
|
||||
|
||||
import mpos.ui
|
||||
|
||||
class ActivityNavigator:
|
||||
#handlersa = PackageManager.APP_REGISTRY.get(intent.action, [])
|
||||
|
||||
|
||||
@staticmethod
|
||||
def startActivity(intent):
|
||||
if not isinstance(intent, Intent):
|
||||
|
||||
Reference in New Issue
Block a user