Some fixes for update

This commit is contained in:
2025-03-11 15:12:36 +01:00
parent 92fcc4a6e7
commit 36a3079040
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
from gui.popups import * from gui.popups.popups import *

View File

@@ -1,8 +1,8 @@
from kivy.uix.screenmanager import Screen from kivy.uix.popup import Popup
from kivy.lang import Builder from kivy.lang import Builder
class HomeScreen(Screen): class ThisPopup(Popup):
def start(self): def start(self):
pass pass