mcp-sentiment / main.py
Juan David Alzate Cardona
Init uv project
bd4562c
raw
history blame contribute delete
91 Bytes
def main():
print("Hello from mcp-sentiment!")
if __name__ == "__main__":
main()