def __init__(self, root_path):
self.code_graph = nx.MultiDiGraph()
self.metrics = {}
self.root_path = Path(root_path)
self.root_arch_ids = []
self.entity_kinds = SortedSet()
self.ref_kinds = SortedSet()