This commit is contained in:
2026-06-22 19:06:26 -04:00
parent 9938475855
commit 3f6f9599b5
4 changed files with 48 additions and 2 deletions

View File

@@ -1,6 +1,13 @@
import time
from untitled import ui
class App:
def __init__(self):
pass
def run(self):
pass
ui.clear()
time.sleep(1)
ui.splash()