reading fucking cells

This commit is contained in:
2023-01-24 15:15:53 +01:00
parent 89dc8ed54a
commit be83cbd988
31 changed files with 340 additions and 80 deletions
+1
View File
@@ -21,5 +21,6 @@ class Business(ABC):
pass
def step_business_decisions(self):
assert "no business decision method has been created"
pass