Address Coverage

This commit is contained in:
Matthew DeMartino
2021-05-23 16:18:48 -04:00
parent 0c24268118
commit f6baaba7ba
3 changed files with 30 additions and 13 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class Executable(ABC):
@abstractmethod
def execute(self, subj, obj=None):
return Event(self, subj, obj)
"""Execute the given action"""
class Action(Executable):