DevPilot / app.py
msaifee's picture
DevPilot
974e5e3
raw
history blame contribute delete
153 Bytes
import argparse
import subprocess
import sys
from src.dev_pilot.ui.streamlit_ui.streamlit_app import load_app
if __name__ == "__main__":
load_app()