ResInsight/ThirdParty/Ert/python/tests/legacy_tests/test_well.py
2018-04-09 08:48:36 +02:00

14 lines
319 B
Python

from ert.well import WellTypeEnum
from ert.well import WellConnectionDirectionEnum
from ert.well import WellConnection
from ert.well import WellSegment
from ert.well import WellState
from ert.well import WellTimeLine
from ert.well import WellInfo
from tests import EclTest
class ErtLegacyWellTest(EclTest):
pass