def f(a: int, b: int) -> int: ''' this is an add function ''' return a + b