feat: add BaseRunner with run() method to Python SDK
- Add BaseRunner class alongside BasePredictor
- Inspector detects run() vs predict() via class __dict__
- load_predictor_from_ref tries Runner before Predictor as default
- Export BaseRunner from cog package