1# http://pyrocko.org - GPLv3
2#
3# The Pyrocko Developers, 21st Century
4# ---|P------/S----------~Lg----------
5from __future__ import absolute_import
6
7from .info import * # noqa
8__version__ = version # noqa
9
10grumpy = 0 # noqa
11
12
13class ExternalProgramMissing(Exception):
14 pass