Files
spleeter/tests/__init__.py

9 lines
162 B
Python
Raw Permalink Normal View History

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