You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
da6bb81f49
Signed-off-by: lbuque <1102390310@qq.com>
22 lines
458 B
Python
22 lines
458 B
Python
# SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
package(
|
|
"startup",
|
|
(
|
|
"__init__.py",
|
|
"basic/__init__.py",
|
|
"basic/app_base.py",
|
|
"basic/framework.py",
|
|
"basic/res.py",
|
|
"basic/apps/app_list.py",
|
|
"basic/apps/app_run.py",
|
|
"basic/apps/dev.py",
|
|
"basic/apps/ezdata.py",
|
|
"basic/apps/settings.py",
|
|
),
|
|
base_path="..",
|
|
opt=3,
|
|
)
|