Files
spleeter/tests/__init__.py
2019-11-20 14:33:18 +01:00

9 lines
162 B
Python

#!/usr/bin/env python
# coding: utf8
""" Unit testing package. """
__email__ = 'research@deezer.com'
__author__ = 'Deezer Research'
__license__ = 'MIT License'