7291b148e5
- trying to fix environment issues
6 lines
107 B
Python
6 lines
107 B
Python
from ui.ui import TranscriberApp
|
|
|
|
if __name__ == "__main__":
|
|
app = TranscriberApp()
|
|
app.mainloop()
|