I am interacting with the InfusionSoft API in a Django project that I am working on. I would like to use both infusionsoft-client package and infusionsoft-python.
However, they both require
import infusionsoft
so now I am getting error messages regarding infusionsoft-client attributes that are already working.
How can I set these up so that they do not conflict?