Added is_lesser and is_greatest in SheerkaComparison
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user