refactor, add modularity

This commit is contained in:
sha
2026-03-20 14:09:28 +02:00
parent b56cc63c84
commit 3a701a5280
13 changed files with 354 additions and 273 deletions
+4
View File
@@ -0,0 +1,4 @@
from .mcp import mcp
from . import entities
__all__ = ["mcp", "entities"]