Island: Import TerminateAllAgents in cc/resources/__init__.py

This commit is contained in:
Shreya Malviya 2022-09-23 17:59:31 +05:30 committed by Mike Salvatore
parent 105cc60f4b
commit 645e03e46f
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ from .pba_file_download import PBAFileDownload
from .agent_events import AgentEvents
from .agents import Agents
from .agent_signals import AgentSignals
from .terminate_all_agents import TerminateAllAgents