__init__.pyi 109 B

1234
  1. from amqp.channel import Channel
  2. from amqp.connection import Connection
  3. __all__ = ('Channel', 'Connection')