""" Generic utility classes not concerned with the specifics of ANUGA. Utility functions for managing files, numerical constants, and generic mathematical and programming idioms. """ pass #Add path of package to PYTHONPATH to allow C-extensions to be loaded import sys sys.path += __path__