The modules in the base/ directory are globally imported into the Python namespace
when you run "from picalo import *".  They are separated here into different files
for convenience (rather than putting it all in __init__.py).  See picalo/__init__.py
for how they are globally imported into Picalo.