I am writing a bunch of scripts for different machine centers and they use a lot of the same functions and info. I am wanting to put all these "helpers" into their own folders and scripts (as shown) then just import them into the machine center scripts.
With this current structure and script shown I keep getting import errors. What is the proper way for me to structure my project in order to accomplish what I want?