Brobin / usps-api

Python Wrapper for the USPS API :truck: :package:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make USPSApiError an available import from usps

MicahLyle opened this issue · comments

I'd love to be able to do

from usps import USPSApiError

Makes it easier to catch exceptions and wrap with my own error handling if desired.