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