Here\'s my attempt at overloading __deepcopy__ for a toy class
__deepcopy__
import copy from typing import Dict class Foo: pass class Bar: def __in