MegaPhysics / megaphysics.github.io

A Physics wiki (sort of).
megaphysics.github.io
GNU General Public License v2.0
1 stars 2 forks source link

Add __all__ in __init.py__ #29

Closed drewsberry closed 10 years ago

drewsberry commented 10 years ago

This way, megaphysics knows what the submodules inside itself is, so that if you run from megaphysics import *, then it imports all the modules.