52 def init(self, handlers: Optional[List[BaseCallbackHandler]] = None): 53 """Initialize the manager with a list of handlers.""" ---> 54 from llama_index.core import global_handler 55 56 handlers = handlers or []
ImportError: cannot import name 'global_handler' from 'llama_index.core' (/usr/local/lib/python3.10/dist-packages/llama_index/core/init.py)