forked from p15670423/monkey
Island: Rename i_config_repository.py -> i_configuration_repository.py
This commit is contained in:
parent
ae0c440603
commit
59e29456c0
|
@ -7,6 +7,7 @@ class IConfigRepository(ABC):
|
||||||
"""
|
"""
|
||||||
A repository used to store and retrieve the agent configuration.
|
A repository used to store and retrieve the agent configuration.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def get_config(self) -> AgentConfiguration:
|
def get_config(self) -> AgentConfiguration:
|
||||||
"""
|
"""
|
||||||
Retrieve the agent configuration from the repository
|
Retrieve the agent configuration from the repository
|
Loading…
Reference in New Issue