mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 03:27:56 +00:00
7 lines
89 B
Python
7 lines
89 B
Python
def main():
|
|
print("Hello from redmine-mcp!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|