Added first version of DebugManager. Implemented draft of the rule engine

This commit is contained in:
2020-11-20 13:41:45 +01:00
parent cd066881b4
commit 315f8ea09b
156 changed files with 8388 additions and 2852 deletions
+6
View File
@@ -0,0 +1,6 @@
class ErrorObj:
"""
To indicate that somehow, the underlying object is (or has) an error
"""
pass