4 lines
56 B
Python
4 lines
56 B
Python
@exported
|
|
def echo(msg: bytes) -> bytes:
|
|
return msg
|
@exported
|
|
def echo(msg: bytes) -> bytes:
|
|
return msg
|