Skip to content

Commit

Permalink
fix: added import of ntgs m2l config
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Aug 26, 2024
1 parent 7d709ca commit 230270e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions LoopDataConverter/__init__.py
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 modified LoopDataConverter/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions LoopDataConverter/fields/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from ._ntgs import NtgsM2lConfig
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 230270e

Please sign in to comment.