Sideband_CE/sbapp/kivymd/uix/controllers/__init__.py

12 lines
231 B
Python
Raw Normal View History

2022-07-07 22:16:10 +02:00
"""
Controllers
===========
.. versionadded:: 1.0.0
Modules and classes that implement useful methods for getting information
about the state of the current application window.
"""
from .windowcontroller import WindowController