gateway/modules/datamodels/datamodelVoice.py
2026-03-23 00:05:29 +01:00

7 lines
266 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
"""Voice settings datamodel — re-exported from workspace feature for backward compatibility."""
from modules.features.workspace.datamodelFeatureWorkspace import VoiceSettings
__all__ = ["VoiceSettings"]