Skip to content

Commit 45af754

Browse files
committed
Implement pronunciation_dictionary module and its client
1 parent 7286307 commit 45af754

File tree

2 files changed

+959
-0
lines changed

2 files changed

+959
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)