from __future__ import annotations from iac_secfix_space import build_demo demo = build_demo() if __name__ == "__main__": demo.launch()