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