-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path__init__.py
More file actions
12 lines (11 loc) · 867 Bytes
/
__init__.py
File metadata and controls
12 lines (11 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
# Copyright (c) 2023-2026 Mira Geoscience Ltd. '
# '
# This file is part of simpeg-drivers package. '
# '
# simpeg-drivers is distributed under the terms and conditions of the MIT License '
# (see LICENSE file at the root of this source code package). '
# '
# '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
from .driver import JointCrossGradientDriver
from .options import JointCrossGradientOptions