Agent: Add AutomatedMaster to master/__init__.py

This commit is contained in:
Mike Salvatore 2021-12-09 14:56:54 -05:00
parent da8e814b95
commit 86203c8138
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
from .automated_master import AutomatedMaster

View File

@ -1,4 +1,5 @@
from infection_monkey.master.automated_master import AutomatedMaster
from infection_monkey.master import AutomatedMaster
def test_terminate_without_start():
m = AutomatedMaster(None, None, None)