File size: 120 Bytes
1765773
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from __future__ import annotations

from run_demo import main


if __name__ == "__main__":
    raise SystemExit(main())