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