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