Coverage for /usr/local/lib/python3.11/dist-packages/pyrocko/obspy_compat/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v6.5.0, created at 2023-10-06 06:59 +0000
« prev ^ index » next coverage.py v6.5.0, created at 2023-10-06 06:59 +0000
1# http://pyrocko.org - GPLv3
2#
3# The Pyrocko Developers, 21st Century
4# ---|P------/S----------~Lg----------
6from . import base
7from .base import * # noqa
9__all__ = base.__all__