You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
298 B
20 lines
298 B
4 years ago
|
"""
|
||
|
:author:
|
||
|
|
||
|
Amine SEHILI <amine.sehili@gmail.com>
|
||
|
2015-2018
|
||
|
|
||
|
:License:
|
||
|
|
||
|
This package is published under GNU GPL Version 3.
|
||
|
"""
|
||
|
|
||
|
from __future__ import absolute_import
|
||
|
from .core import *
|
||
|
from .io import *
|
||
|
from .util import *
|
||
|
from . import dataset
|
||
|
from .exceptions import *
|
||
|
|
||
|
__version__ = "0.1.8"
|