Refactor code structure for improved readability and maintainability

This commit is contained in:
sha
2026-03-20 13:30:53 +02:00
commit b56cc63c84
10 changed files with 918 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from redmine-mcp!")
if __name__ == "__main__":
main()