WAIT this means we don't have to override the FULL class ie instead from `from python_module import module; module.class = new_class` which overrides class entirely, we can just use `class` as is, and override it internally without having to manually set each function!
WAITTTTTT