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