# 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"]