1from ultralytics import download2 3 4def setup():5 download("https://github.com/ultralytics/assets/releases/download/v8.2.0/FastSAM-x.pt", dir="./weights")6