05 June 2022

Where to put those of my functions, which can be imported as modules, on a specific path, so I can easily import them?

https://stackabuse.com/creating-and-importing-modules-in-python/


import sys
sys.path.append('~/???')

No comments:

Post a Comment