celonis
Module to interact with EMS.
This module serves as entry point to all high-level functionality within the EMS and its sub components.
Typical usage example:
```python
celonis = get_celonis()
spaces = celonis.studio.get_spaces()
data_pools = celonis.event_collection.get_data_pools()
```