package types type Shell struct { Cd string PyPaths []string } type CmdOutput struct { Id int Output string }