main#
Module Contents#
Classes#
The main App Class |
Attributes#
- main.ICON#
- class main.MyApp(**kwargs)#
Bases:
kivymd.app.MDAppThe main App Class
- backend_sess: backend.Session#
Backend Session
- title: str = 'MR.DM'#
Title of the application
- icon: str#
Path to the icon of the application
- build() kivy.uix.screenmanager.ScreenManager#
The build method of the application
- Returns:
ScreenManager of the application