from braintree.exceptions.braintree_error import BraintreeError as BraintreeError

class TooManyRequestsError(BraintreeError): ...
