Hello! Just found pythonanywhere and I'm loving it so far. Love the work you guys have done.
I'm working on a project that uses pushover.net and yes I'm lazy, I'm using the library https://github.com/Thibauth/python-pushover. I added the "custom" module according to the documentation here https://help.pythonanywhere.com/pages/InstallingNewModules and everything reported successful. However, when trying to implement with "from pushover import Client" the interpreter says: "ImportError: cannot import name 'Client'". I have double checked my code and verify the code on my local machine.
Any ideas for what might be going wrong? If I need to provide any more information, please let me know what you need. Thank you in advance for any help you can provide! :)