ultimatevocalremovergui/demucs/wdemucs.py

10 lines
257 B
Python
Raw Normal View History

2022-06-13 09:10:39 +02:00
# 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