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.
bazarr/libs/enzyme/__init__.py

13 lines
266 B

__title__ = "enzyme"
__version__ = "0.5.2"
__author__ = "Antoine Bertin"
__license__ = "MIT"
__copyright__ = "Copyright 2013 Antoine Bertin"
import logging
from .exceptions import *
from .mkv import *
logging.getLogger(__name__).addHandler(logging.NullHandler())