lot
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import os
|
||||
import time
|
||||
|
||||
from untitled import content, screens, ui
|
||||
@@ -5,13 +6,14 @@ from untitled import content, screens, ui
|
||||
|
||||
class App:
|
||||
def __init__(self):
|
||||
pass
|
||||
self.debug = os.path.exists("DEBUG_MODE")
|
||||
|
||||
def run(self):
|
||||
# Intro
|
||||
ui.clear()
|
||||
time.sleep(1)
|
||||
ui.splash()
|
||||
if not self.debug:
|
||||
ui.clear()
|
||||
time.sleep(1)
|
||||
ui.splash()
|
||||
|
||||
# Main Menu
|
||||
while True: # forEVER!... forEVER!... forEVER!... forEVER!...
|
||||
|
||||
Reference in New Issue
Block a user