Closed martinspetlik closed 3 years ago
Considering the file name, we should possibly introduce all classes into mlmc module via. mlmc.__init__.py.
mlmc
mlmc.__init__.py
So classes in quantity_*.py files would be accessible from the mlmcmodule, e.g.mlmc.QType
quantity_*.py
mlmc.QType
Considering the file name, we should possibly introduce all classes into
mlmc
module via.mlmc.__init__.py
.So classes in
quantity_*.py
files would be accessible from themlmc
module, e.g.mlmc.QType