mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 21:40:36 +01:00
12 lines
231 B
Python
12 lines
231 B
Python
|
"""
|
||
|
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
|