ttsserver/config.py
2024-05-29 02:39:47 +03:00

5 lines
80 B
Python

from pathlib import Path
import os
BASE = Path(os.getenv('BASE', 'cache'))