mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-12 15:38:52 +01:00
14 lines
255 B
Python
14 lines
255 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from list_page import ListPage
|
|
|
|
import myvars
|
|
|
|
def InitListPage(main_screen):
|
|
|
|
myvars.ListPage = ListPage()
|
|
|
|
myvars.ListPage._Screen = main_screen
|
|
myvars.ListPage._Name = "Setting List"
|
|
myvars.ListPage.Init()
|