1 2 3 4 5
class LibCore(object): """Core library""" def __init__(self): ... def sum_as_string(self, a: int, b: int) -> str: ...