mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-26 22:38:57 +01:00
Delete __init__.py
Sync Ver.200626
This commit is contained in:
parent
c1ee955c38
commit
d1f500b385
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user