""" A simple implementation of the shallow wave equation, mainly for test purposes. """ # Add path of package to PYTHONPATH to allow C-extensions to be loaded import sys sys.path += __path__