From 2c67381aeea7cd8196af3d4377f30ccc72189d1a Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Wed, 17 Jul 2019 10:24:00 -0500 Subject: [PATCH] added module level docstring --- mycroft/messagebus/load_config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mycroft/messagebus/load_config.py b/mycroft/messagebus/load_config.py index 0cdcbac237..687db85349 100644 --- a/mycroft/messagebus/load_config.py +++ b/mycroft/messagebus/load_config.py @@ -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