mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
Some fixes for update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from kivy.uix.screenmanager import Screen
|
||||
from kivy.uix.popup import Popup
|
||||
from kivy.lang import Builder
|
||||
|
||||
|
||||
class HomeScreen(Screen):
|
||||
class ThisPopup(Popup):
|
||||
def start(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user