Files
ResInsight/ThirdParty/Ert/python/ert/__init__.py

5 lines
59 B
Python
Raw Normal View History

try:
from .local import *
except ImportError:
pass