from dinocore import Object, grabScreen
dinocore is the name of my other local python file, it's in the same folder. So far I've tried moving the files around into different folders, but that hasn't worked with many different combinations. It says the error is "Import "dinocore" could not be resolved" I've also tried specifying the path like this
from botscript.dinocore import Object, grabScreen
I've also tried tracing back further than that in the import path.