audiobook_gen / tests /test_config.py
Matthew Kutarna
Streamlit app development (#5)
cbbc229
raw
history blame
150 Bytes
"""
Notes
-----
This module contains the configuration entries for audiobook_gen tests.
"""
from pathlib import Path
data_path = Path("tests/data")