Files
3d_audio/lib_audio_dsp/test/pipeline/doc_examples/utils.py
Steven Dan d8b2974133 init
2025-12-11 09:43:42 +08:00

12 lines
266 B
Python

# Copyright 2024-2025 XMOS LIMITED.
# This Software is subject to the terms of the XMOS Public Licence: Version 1.
"""
if docs path change, update them here
"""
from pathlib import Path
DOC_PATH = Path(__file__).parents[3] / "doc"
IMGS_PATH = DOC_PATH / "images"