#!/usr/bin/env python3 if __name__ == "__main__": from app.ui.main_app_window import start_app start_app()