amqtt/hbmqtt/mqtt/packet.py

6 wiersze
139 B
Python

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