mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
9 lines
162 B
Python
9 lines
162 B
Python
#!/usr/bin/env python
|
|
# coding: utf8
|
|
|
|
""" Unit testing package. """
|
|
|
|
__email__ = 'spleeter@deezer.com'
|
|
__author__ = 'Deezer Research'
|
|
__license__ = 'MIT License'
|