GoogleTranslate-TUI/main.py

4 lines
62 B
Python

from tui import TranslatorApp
app = TranslatorApp()
app.run()