Implemented SheerkaOntology
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user