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
@@ -246,7 +246,7 @@ To better explain what I have in mind. let's say that I want to pretty print an
pp = pprint.PrettyPrinter(indent=4)
pp.pprint(stuff)
I need three line in oder to be able to pretty print. I will first try by dumping the
I need three lines in oder to be able to pretty print. I will first try by dumping the
globals(), using pickle and load it back whenever needed.
If it does not work as expected, I can find a way to save the commands a exec everything