Something like: ```python class References: graphics: Dict[str, Graphic] = dict() selectors = dict() legends = dict() REFERENCES = References() ```