mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-05-02 14:59:33 +02:00
Delete __init__.py
Sync Ver.200626
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
## local UI import
|
|
||||||
import pages
|
|
||||||
import myvars
|
|
||||||
|
|
||||||
def Init(main_screen):
|
|
||||||
pages.InitSoundPage(main_screen)
|
|
||||||
|
|
||||||
def API(main_screen):
|
|
||||||
|
|
||||||
if main_screen !=None:
|
|
||||||
main_screen.PushCurPage()
|
|
||||||
main_screen.SetCurPage(myvars.SoundPage)
|
|
||||||
main_screen.Draw()
|
|
||||||
main_screen.SwapAndShow()
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user