===== Usage ===== .. code-block:: console from inbus.server.inbus import Inbus Inbus().run() Now any Inbus client that adheres to the :doc:`protocol` can publish and subscribe to messages. Check ReadTheDocs for inbus.client