amqtt/hbmqtt/broker.py

6 wiersze
134 B
Python

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