#__init__.py - a Bippy module - 21 October 2004 """ This file needs to be in the same folder as the Bippy modules if they are to be recognized and initialized as a Python package. """ __all__ = ['common','pds','raster']