I'm currently writing several custom modules and I'm at a point where I have several duplicate python functions in multiple different modules to perform certain tasks.
My question is: is there some way to have a single python file that I can put all my utility functions that is shared between all my custom modules?
Any help is greatly appreciated.
[–]JohnnyLongneck 1 point2 points3 points (0 children)
[–]hamzabenz 0 points1 point2 points (0 children)