ResInsight/ThirdParty/Ert/python/ert/__init__.py
2018-04-09 08:48:36 +02:00

5 lines
59 B
Python

try:
from .local import *
except ImportError:
pass