mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 05:44:23 +00:00
9 lines
158 B
Python
9 lines
158 B
Python
from kivymd.uix.screen import MDScreen
|
|
from kivy.lang import Builder
|
|
|
|
|
|
class CreditsScreen(MDScreen):
|
|
pass
|
|
|
|
Builder.load_file('./gui/credits/credits.kv')
|