[modules/layout-kxb] Add docstring

This commit is contained in:
Tobias Witek 2017-09-30 11:50:33 +02:00
parent d45b80dc52
commit 9525b18653

View file

@ -1,5 +1,11 @@
# pylint: disable=C0111,R0903
"""Displays the current keyboard layout using libX11
Requires the following library:
* libX11.so.6
"""
import bumblebee.input
import bumblebee.output
import bumblebee.engine