amqtt/hbmqtt/codecs.py

5 wiersze
133 B
Python

import warnings
from amqtt.codecs import *
warnings.warn("importing hbmqtt is deprecated. Please import amqtt", DeprecationWarning)