1 2 3 4 5 6
import act4e_interfaces as I class SolSimpleIntro(I.SimpleIntro): def sum(self, a: int, b: int) -> int: raise NotImplementedError()