mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-15 18:13:33 -06:00
5 lines
59 B
Python
5 lines
59 B
Python
try:
|
|
from .local import *
|
|
except ImportError:
|
|
pass
|