Fix main import and rework files for Bruno collection

This commit is contained in:
Yûki VACHOT 2025-11-29 06:24:02 +01:00
parent 16f3810210
commit d1f0ea2a70
43 changed files with 78 additions and 33 deletions

View file

@ -8,6 +8,4 @@ with automatic API monitoring and dynamic schema adaptation.
__version__ = "0.2.0"
__author__ = "Yûki VACHOT"
from .main import main, mcp
__all__ = ["mcp", "main", "__version__", "__author__"]
__all__ = ["__version__", "__author__"]