12 lines
244 B
Python
12 lines
244 B
Python
"""
|
|
|
|
"""
|
|
|
|
from .schedule import Well, Completion
|
|
from .libsunbeam import action
|
|
from .config import EclipseConfig
|
|
from .parser import parse_deck, parse
|
|
|
|
__version__ = '0.0.4'
|
|
__license__ = 'GNU General Public License version 3'
|