ai4data-mcp / main.py
avsolatorio's picture
Init uv project
09f1ee1
def main():
print("Hello from ai4data-mcp!")
if __name__ == "__main__":
main()