(self, path_to_file)
| 581 | return pb |
| 582 | |
| 583 | def connect_pb_from_file(self, path_to_file) -> editor.Project: |
| 584 | pb = editor.Project.from_sb3(path_to_file) |
| 585 | pb._session = self |
| 586 | return pb |
| 587 | |
| 588 | @staticmethod |
| 589 | def download_asset(asset_id_with_file_ext, *, filename: Optional[str] = None, fp=""): |