mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
9 lines
202 B
Python
9 lines
202 B
Python
#!/usr/bin/env python
|
|
# coding: utf8
|
|
|
|
""" Packages that provides static resources file for the library. """
|
|
|
|
__email__ = "spleeter@deezer.com"
|
|
__author__ = "Deezer Research"
|
|
__license__ = "MIT License"
|