Files
opm-common/python/sunbeam/__init__.py
2016-12-11 01:16:55 +01:00

7 lines
168 B
Python

from .sunbeam import parse
from .sunbeam import Well
from .libsunbeam import action
__version__ = '0.0.1'
__license__ = 'GNU General Public License version 3'