734b5b4
1
2
3
4
5
6
7
8
from src.ui.desktop_app import launch def main(): launch() if __name__ == "__main__": main()