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