forked from p15670423/monkey
Island: Move IslandModeService out of unnecessary subpackage
This commit is contained in:
parent
77baf08ea3
commit
7ec558a5f4
|
@ -2,4 +2,4 @@ from .authentication.authentication_service import AuthenticationService
|
|||
from .authentication.json_file_user_datastore import JsonFileUserDatastore
|
||||
|
||||
from .aws import AWSService
|
||||
from .mode.island_mode_service import IslandModeService
|
||||
from .island_mode_service import IslandModeService
|
||||
|
|
Loading…
Reference in New Issue