import argparse import subprocess import sys from src.dev_pilot.ui.streamlit_ui.streamlit_app import load_app if __name__ == "__main__": load_app()