forked from p34709852/monkey
Agent: Add TODO about unifying IAgentRepository
This commit is contained in:
parent
ee38c31ed5
commit
729497c594
|
@ -1,6 +1,9 @@
|
|||
import abc
|
||||
import io
|
||||
|
||||
# TODO: The Island also has an IAgentRepository with a totally different interface. At the moment,
|
||||
# the Island and Agent have different needs, but at some point we should unify these.
|
||||
|
||||
|
||||
class IAgentRepository(metaclass=abc.ABCMeta):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue