SA360 Reporting API Question

I've installed the googlesa360-py package in my local repot using pip as the google documentation explains without any error. However all of the sample code for the package calls on the util_searchads360 module. When I try and run the documentation's sample code I receive a module not found error for util_searchads360.

Has anyone successfully used the reporting api using the client library? If so, how did you do it? What tips did you have and did you run into this issue?

I'd also like to here of any tips of any one who has connected to the API using Rest instead of the library. What tricks did you perform using Rest?