Skip to content

Commit

Permalink
rename manager
Browse files Browse the repository at this point in the history
  • Loading branch information
WeberJulian committed Dec 11, 2023
1 parent 36143fe commit a5c0d97
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ def __init__(self, speaker_file_path=None):
@property
def name_to_id(self):
return self.speakers.keys()


class LanguageManager():
def __init__(self, config):
self.langs = config["languages"]

@property
def name_to_id(self):
return self.langs

0 comments on commit a5c0d97

Please sign in to comment.