ai-content-maker/.venv/Lib/site-packages/torchaudio/backend/__init__.py

9 lines
281 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
# NOTE:
# The entire `torchaudio.backend` module is deprecated.
# New things should be added to `torchaudio._backend`.
# Only things related to backward compatibility should be placed here.
from . import common, no_backend, soundfile_backend, sox_io_backend # noqa
__all__ = []