Open berland opened 4 years ago
How modules inside pyscal are imported can be revisited.
__init__.py
It is somewhat tricky to get pyscal --version to work when bumping the import system
pyscal --version
If isort is used to sort all import statements, it results in circular import, illustrating fragility.
How modules inside pyscal are imported can be revisited.
__init__.py
, to increase loading speed for those users who do not need everything? (There are users that actually requires speed)It is somewhat tricky to get
pyscal --version
to work when bumping the import system