aikif / toolbox / cls_grid.py needs to be based on an abstract class in environments which does logging such as
d/m/y , world started: grid
d/m/y , world ended: grid
Think about moving cls_grid to environment folder, though it may be better in \lib
No it doesn't. The World object in environments is the base class and this contains a cls_grid at the moment. If anything, later the World object needs to have a flexibe type of data structure
aikif / toolbox / cls_grid.py needs to be based on an abstract class in environments which does logging such as d/m/y , world started: grid d/m/y , world ended: grid
Think about moving cls_grid to environment folder, though it may be better in \lib