Maintainer and pos_dicts fixed. Are sets now.

This commit is contained in:
Steffen Illium
2023-11-10 14:16:48 +01:00
parent 6711a0976b
commit 9b289591ba
22 changed files with 100 additions and 131 deletions
+1
View File
@@ -18,6 +18,7 @@ class Action(abc.ABC):
@abc.abstractmethod
def do(self, entity, state) -> Union[None, ActionResult]:
print()
return
def __repr__(self):