Share one Python script accross all server

Share one Python script accross all server

Hello,
I would like to suggest to provide one specific place, like a library, to put all my code and use few methods from it in different places accordlingly. It would be great for me to be tracking and updating the code from one single entry point.

As example:

Library:
- MyClassCodeA
- MyClassCodeB

Analysis
- Analysis "sanity check": myResultA = MyClassCodeA.receiveAll
- Analysis "perform some AI": MyClassCodeB.regression(myResultA)
- Analysis "send back": MyClassCodeA.sendCommand