from punq import Container class Kernel: def get_container(self) -> Container: raise NotImplementedError()