added module level docstring

pull/2213/head
Chris Veilleux 2019-07-17 10:24:00 -05:00 committed by Åke Forslund
parent be3dff99a1
commit 2c67381aee
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""Message bus configuration loader.
The message bus event handler and client use basically the same configuration.
This code is re-used in both to load config values.
"""
from collections import namedtuple
from mycroft.configuration import Configuration