mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
6 lines
126 B
Python
6 lines
126 B
Python
|
name = "rips"
|
||
|
from .Case import Case
|
||
|
from .Grid import Grid
|
||
|
from .Properties import Properties
|
||
|
from .Instance import Instance
|