Skip to content

Commit

Permalink
created simplified main
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-jencks committed Dec 1, 2024
1 parent 777200b commit d499f8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ def main():

out = phonemize(args.input.splitlines())
print(out)

if __name__ == '__main__':
main()

0 comments on commit d499f8e

Please sign in to comment.