This commit is contained in:
Alexander Kalinovsky
2025-08-22 20:21:01 +03:00
parent 6792ff06d6
commit 5641477c61

View File

@@ -1,7 +1,4 @@
from .model.message_log import MessageLog
from .main import AgentPlugin
__all__ = [
"AgentPlugin",
"MessageLog"
]
__all__ = ["AgentPlugin", "MessageLog"]