mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
14 lines
319 B
Python
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
|