11 lines
174 B
Python
11 lines
174 B
Python
|
# pylint: disable=too-few-public-methods
|
||
|
|
||
|
"""
|
||
|
App Settings Screen
|
||
|
"""
|
||
|
from kivy.uix.screenmanager import Screen
|
||
|
|
||
|
|
||
|
class Setting(Screen):
|
||
|
"""Setting Screen for kivy Ui"""
|