mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 13:15:53 +02:00
Address Coverage
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user