mcp-sentiment / main.py
sharath-hf's picture
Changes to be committed:
519bc60
raw
history blame contribute delete
91 Bytes
def main():
print("Hello from mcp-sentiment!")
if __name__ == "__main__":
main()