I have a GP.py file that I am then running a MyBot.py file from.
In the MyBot.py file, I have the line
from GP import *
I have a su
If you want to import just some methods from class
from GP.MyClass import MyFunction