Files
spleeter/tests/__init__.py

9 lines
162 B
Python
Raw Normal View History

#!/usr/bin/env python
# coding: utf8
2019-11-20 14:33:18 +01:00
""" Unit testing package. """
__email__ = 'research@deezer.com'
__author__ = 'Deezer Research'
__license__ = 'MIT License'