open-audiodeleto / open_audiodeleto.py
cryblanka's picture
Upload 17 files
5105668 verified
Raw
History Blame Contribute Delete
259 Bytes
#!/usr/bin/env python3
"""Backwards-compatible wrapper for bin/audiodeleto.py."""
from __future__ import annotations
import runpy
from pathlib import Path
runpy.run_path(str(Path(__file__).resolve().parent / "bin" / "audiodeleto.py"), run_name="__main__")