mirror of https://github.com/morpheus65535/bazarr
22 lines
300 B
Python
22 lines
300 B
Python
"""
|
|
:author:
|
|
|
|
Amine SEHILI <amine.sehili@gmail.com>
|
|
2015-2016
|
|
|
|
: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.5"
|
|
|
|
|