beremiz

8c12c0df026a
Let extensions know when configuration is new, to apply defaults.

Add "new_config" member to CTN, True when config was just created.
# mqtt/__init__.py
from __future__ import absolute_import
from .client import MQTTClient
from .library import MQTTLibrary