HOTFIX: Prevent RemoteAgent import to avoid needless dependency
parent
6ecb1101c8
commit
52ad1de7cd
|
|
@ -10,11 +10,9 @@
|
|||
from .agent import Agent
|
||||
from .chaos import AgentOfChaos
|
||||
from .mute import MuteAgent
|
||||
from .remote import RemoteAgent
|
||||
|
||||
__all__ = [
|
||||
"Agent",
|
||||
"AgentOfChaos",
|
||||
"MuteAgent",
|
||||
"RemoteAgent",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue