mirror of
https://github.com/harvard-lil/data-vault.git
synced 2025-03-21 10:11:21 +00:00
3 lines
57 B
Python
3 lines
57 B
Python
|
def hello() -> str:
|
||
|
return "Hello from data-mirror!"
|