kopia lustrzana https://github.com/Yakifo/amqtt
5 wiersze
126 B
Python
5 wiersze
126 B
Python
![]() |
import warnings
|
||
|
from amqtt import *
|
||
|
|
||
|
warnings.warn("importing hbmqtt is deprecated. Please import amqtt", DeprecationWarning)
|