3 lines
62 B
Python
3 lines
62 B
Python
def hello() -> str:
|
|
return "Hello from dynalab-protocol!"
|
def hello() -> str:
|
|
return "Hello from dynalab-protocol!"
|