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