File size: 142 Bytes
4e36c6c
777a487
4e36c6c
777a487
4e36c6c
2683024
 
4e36c6c
 
1
2
3
4
5
6
7
8
9
10
from __future__ import annotations

from ui import create_interface

demo = create_interface()

if __name__ == "__main__":
    demo.launch()