File size: 115 Bytes
ffe9fdb
 
 
 
 
1
2
3
4
5
6
"""Configuration modules for voice-tools."""

from src.config.gpu_config import GPUConfig

__all__ = ["GPUConfig"]