8 lines
210 B
Python
8 lines
210 B
Python
from .schedule import Well
|
|
from .libsunbeam import action
|
|
from .properties import parse
|
|
from .config import EclipseConfig
|
|
|
|
__version__ = '0.0.1'
|
|
__license__ = 'GNU General Public License version 3'
|