1# http://pyrocko.org - GPLv3
2#
3# The Pyrocko Developers, 21st Century
4# ---|P------/S----------~Lg----------
5from .tectonics import PeterBird2003, GSRM1 # noqa
6
7from pyrocko.util import parse_md
8__doc__ = parse_md(__file__)