For example we may need to connect enums or constants: ```python CONTEXT_OPEN = "open" CONTEXT_CLOSE = "close" NEXT_KEY = "key" VALUE = "value" ```