pygae / galgebra

Symbolic Geometric Algebra/Calculus package for SymPy :crystal_ball:
https://galgebra.rtfd.io/
BSD 3-Clause "New" or "Revised" License
234 stars 62 forks source link

Use `__all__` to control exported members #426

Open utensil opened 4 years ago

utensil commented 4 years ago

This has been discussed before and it's a good practice. SymPy also did this since 1.6, see https://github.com/JuliaPy/SymPy.jl/issues/345#issuecomment-633115792 .