gateway/modules/datamodels/datamodelVoice.py
2026-03-24 14:16:46 +01:00

7 lines
248 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
"""Voice settings datamodel — re-exported from UAM for central voice preferences."""
from modules.datamodels.datamodelUam import UserVoicePreferences
__all__ = ["UserVoicePreferences"]