Unable to import modules in python

Type your comment> @HomeSen said:

You can use from plugins.custom import *. You should make sure to not override built-ins with that, though.

Star imports don’t work, I get the name error upon calling test.main()