ibc.py

Warning

Deprecation: The module 'ibc' is deprecated and will be removed in the next release (1.7.0). The class IBC has been replaced by class Celonis and can now be imported as follows:

```py from pycelonis.celonis_api.celonis import Celonis

celonis = Celonis() ```

This change will not affect you if you are using get_celonis().

Back to top