File size: 94 Bytes
913561b
 
 
 
 
1
2
3
4
5
6
from src.ui import build_ui

if __name__ == "__main__":
    app = build_ui()
    app.launch()