Coverage for /usr/local/lib/python3.13/dist-packages/pyrocko/squirrel/operators/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.6.0, created at 2025-12-04 10:41 +0000
« prev ^ index » next coverage.py v7.6.0, created at 2025-12-04 10:41 +0000
1# http://pyrocko.org - GPLv3
2#
3# The Pyrocko Developers, 21st Century
4# ---|P------/S----------~Lg----------
6'''
7On-demand data processing pipelines.
8'''
10from . import base
12from .base import * # noqa
14__all__ = base.__all__