We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286307 commit 45af754Copy full SHA for 45af754
src/neuralaudio/pronunciation_dictionary/__init__.py
@@ -0,0 +1,15 @@
1
+# This file was auto-generated by Fern from our API Definition.
2
+
3
+from .types import (
4
+ PronunciationDictionaryAddFromFileRequestWorkspaceAccess,
5
+ PronunciationDictionaryRule,
6
+ PronunciationDictionaryRule_Alias,
7
+ PronunciationDictionaryRule_Phoneme,
8
+)
9
10
+__all__ = [
11
+ "PronunciationDictionaryAddFromFileRequestWorkspaceAccess",
12
+ "PronunciationDictionaryRule",
13
+ "PronunciationDictionaryRule_Alias",
14
+ "PronunciationDictionaryRule_Phoneme",
15
+]
0 commit comments