Added is_lesser and is_greatest in SheerkaComparison

This commit is contained in:
2020-08-30 20:31:06 +02:00
parent 37cd3ed757
commit 8a866880bc
11 changed files with 393 additions and 51 deletions
+2
View File
@@ -37,6 +37,8 @@ class Expando:
for k, v in bag.items():
setattr(self, k, v)
def __repr__(self):
return f"{dir(self)}"
@dataclass
class PythonEvalError: