Files
notecast/main.py
svlqd 7291b148e5 isort & black
- trying to fix environment issues
2025-09-14 03:07:06 +04:00

6 lines
107 B
Python

from ui.ui import TranscriberApp
if __name__ == "__main__":
app = TranscriberApp()
app.mainloop()