mcp-test / main.py
eric
Initial Commit
09ce712
raw
history blame contribute delete
88 Bytes
def main():
print("Hello from mcp-gradio!")
if __name__ == "__main__":
main()