| 16 | super().__init__(handle) |
| 17 | |
| 18 | class Project(RemoteProject): |
| 19 | def __init__(self, handle): |
| 20 | warnings.warn('Legacy class "Project" will be removed in a future version. Please migrate to "binaryninja.collaboration.project.RemoteProject".') |
| 21 | super().__init__(handle) |