2 lines
48 B
Python
2 lines
48 B
Python
def foo(bar: str, baz: int) -> None:
|
|
return
|
def foo(bar: str, baz: int) -> None:
|
|
return
|