SyntaxFix
Write A Post
Hire A Developer
Questions
I had a similar import problem. I noticed that there was no __init__.py file in the root of the google package. So, I created an empty __init__.py and now the import works.
__init__.py
google