Open AlessandroLovo opened 1 year ago
Some functions are too specific to be in utilities
Utilities is too generic and contains too much stuff: it should be split into more specific files. This may be annoying for backward compatibility though... Maybe leave utilities.py with from <file> import *
from <file> import *
Some functions are too specific to be in utilities