Chaste / PyChaste

A Python Wrapper for Chaste
https://chaste.github.io/pychaste/
Other
1 stars 0 forks source link

Raise all classes to top-level scope #73

Open kwabenantim opened 3 months ago

kwabenantim commented 3 months ago

Summary To make classes easier to find, raise all classes to top-level scope so they are accessible as e.g. chaste.Foo as well as chaste.subpackage.Foo.

This should not present issues with name clashes as classes have unique names across all subpackages.