Multi file python projects

Then why did you answer, it has no relevance to the question.

We do not support multi file Python projects in either VEXcode or the VEX VSCode extension, the brain is not able to handle that, however, it’s possible to import modules from the SD Card although I really would not recommend it for a competition robot (due to the fact that if the SD Card is dislodged your code may not run when needed ).

See this old topic that has an example.