-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: added import of ntgs m2l config
- Loading branch information
1 parent
7d709ca
commit 230270e
Showing
6 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from .converters import LoopConverter | ||
from .input import InputData | ||
from .datatypes import SurveyName, Datatype | ||
from .fields import NtgsM2lConfig |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from ._ntgs import NtgsM2lConfig |
Binary file not shown.
Binary file added
BIN
+255 Bytes
LoopDataConverter/fields/_ntgs/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+2.96 KB
LoopDataConverter/fields/_ntgs/__pycache__/_ntgs_config.cpython-311.pyc
Binary file not shown.