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