beremiz

24656e0e8732
MQTT: WIP. Added handling of received messages (subscriptions)

Dropped perfect hash in favor of bisection
Also fixed indentation (tabs)
# mqtt/__init__.py
from __future__ import absolute_import
from .client import MQTTClient