10👍
✅
You can create a Client
instance from an existing Applicant
instance with the following code:
client = Client(applicant_ptr=applicant)
client.save_base(raw=True)
👤dgel
Source:stackexchange.com