Source code for shok.main [docs] def add(n1: int, n2: int) -> int: """Add the arguments.""" return n1 + n2