4 lines
45 B
Python
4 lines
45 B
Python
# cli.py
|
|
def main():
|
|
print("Hello MCP!")
|
# cli.py
|
|
def main():
|
|
print("Hello MCP!")
|