mcp-sentiment / main.py
shubhamagr24
initial commit
edaa61d
raw
history blame contribute delete
91 Bytes
def main():
print("Hello from mcp-sentiment!")
if __name__ == "__main__":
main()