This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-01/mockenv/lib/python3.6/site-packages/pybitmessage/bitmessagekivy/baseclass/settings.py

11 lines
174 B
Python
Raw Normal View History

2022-07-22 12:43:59 +02:00
# pylint: disable=too-few-public-methods
"""
App Settings Screen
"""
from kivy.uix.screenmanager import Screen
class Setting(Screen):
"""Setting Screen for kivy Ui"""