Files
spleeter/spleeter/resources/__init__.py
2019-10-28 14:12:13 +01:00

9 lines
202 B
Python

#!/usr/bin/env python
# coding: utf8
""" Packages that provides static resources file for the library. """
__email__ = 'research@deezer.com'
__author__ = 'Deezer Research'
__license__ = 'MIT License'