7 lines
248 B
Python
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"]
|