mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-28 09:21:03 +01:00
10 lines
257 B
Python
10 lines
257 B
Python
|
# Copyright (c) Facebook, Inc. and its affiliates.
|
||
|
# All rights reserved.
|
||
|
#
|
||
|
# This source code is licensed under the license found in the
|
||
|
# LICENSE file in the root directory of this source tree.
|
||
|
# For compat
|
||
|
from .hdemucs import HDemucs
|
||
|
|
||
|
WDemucs = HDemucs
|