Code cleanup: standardized imports, refined formatting for consistency, and resolved minor redundancies in services, models, monitoring, and tools modules.
This commit is contained in:
parent
e486d78e31
commit
ec0fe38861
39 changed files with 222 additions and 239 deletions
|
|
@ -8,6 +8,6 @@ with automatic API monitoring and dynamic schema adaptation.
|
|||
__version__ = "0.2.0"
|
||||
__author__ = "Yûki VACHOT"
|
||||
|
||||
from .main import mcp, main
|
||||
from .main import main, mcp
|
||||
|
||||
__all__ = ["mcp", "main", "__version__"]
|
||||
__all__ = ["mcp", "main", "__version__"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue