Iss5 load new models
Two major changes:
-
The code was restructured so that not all functions clutter the
__init__.py
.io
was also renamed because of some dangerous conflicts with the globalio
module. -
The
load_model
function was reimplemented and is now compatible with the new definition of models inmodDB
.