Coverage for /usr/local/lib/python3.11/dist-packages/pyrocko/scenario/sources/__init__.py: 100%
6 statements
« prev ^ index » next coverage.py v6.5.0, created at 2024-03-07 11:54 +0000
« prev ^ index » next coverage.py v6.5.0, created at 2024-03-07 11:54 +0000
1# http://pyrocko.org - GPLv3
2#
3# The Pyrocko Developers, 21st Century
4# ---|P------/S----------~Lg----------
6'''
7Source generators.
8'''
10from .base import * # noqa
11from .dcsource import * # noqa
12from .rectangularsource import * # noqa
13from .pseudodynrupture import * # noqa
15AVAILABLE_SOURCES = [
16 DCSourceGenerator, RectangularSourceGenerator, # noqa
17 PseudoDynamicRuptureGenerator] # noqa