Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrrk committed Nov 27, 2024
1 parent 285a797 commit d39ea12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rev_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__version__ = '2.21.0'

from .models import Job, JobStatus, Account, Transcript, Monologue, Element, MediaConfig, \
CaptionType, GroupChannelsType, CustomVocabulary, TopicExtractionJob, TopicExtractionResult, Topic, Informant, \
SpeakerName, LanguageIdentificationJob, LanguageIdentificationResult, LanguageConfidence, \
SentimentAnalysisResult, SentimentValue, SentimentMessage, SentimentAnalysisJob, \
CustomerUrlData, RevAiApiDeploymentConfigMap, RevAiApiDeployment
CaptionType, GroupChannelsType, CustomVocabulary, TopicExtractionJob, TopicExtractionResult, \
Topic, Informant, SpeakerName, LanguageIdentificationJob, LanguageIdentificationResult, \
LanguageConfidence, SentimentAnalysisResult, SentimentValue, SentimentMessage, \
SentimentAnalysisJob, CustomerUrlData, RevAiApiDeploymentConfigMap, RevAiApiDeployment

0 comments on commit d39ea12

Please sign in to comment.