tClient= TwilioRestClient(sid, token)
This code throws exception:
twilio.base.obsolete.ObsoleteException: TwilioRestClient has been removed from this version of the library. Please refer to current documentation for guidance.
Can't seem to find a reference to this anywhere, this worked a few days ago!
Using python 3.7 and VS2017