Island: Rename i_config_repository.py -> i_configuration_repository.py

This commit is contained in:
Mike Salvatore 2022-06-17 11:09:33 -04:00
parent ae0c440603
commit 59e29456c0
1 changed files with 1 additions and 0 deletions

View File

@ -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