ComputationalPhysiology / gotran

Library for declaring and translating ODEs
http://computationalphysiology.github.io/gotran/
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Get rid of `import *` statements #11

Closed finsberg closed 2 years ago

finsberg commented 2 years ago

There are from x import * everywhere which makes it very difficult to keep track of which functions belong to which module / package. We should fix get rid of all these import statements and use proper namespaces instead.

finsberg commented 2 years ago

Fixed in #14