Implemented SheerkaOntology

This commit is contained in:
2021-01-11 15:36:03 +01:00
parent e3c2adb533
commit e26c83a825
119 changed files with 6876 additions and 2002 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ class PythonSecurityError(Concept, ErrorObj):
self._metadata.is_evaluated = True
class NotFound(Concept, ErrorObj):
class NotFoundConcept(Concept, ErrorObj):
ALL_ATTRIBUTES = []
def __init__(self, body=None):