I have the following file. It contains several functions that I would use frequently. Instead of writing the same function over and over in every project, I think it would be more efficient if we are able to include the files in each project.
I want to include functions inside this file:
However, I don't know what technique is called and I am not sure if it is possible to make it work.
tools
is not found:
Here's the folder that I want to include:
I have created __init__.py
as explained in https://stackoverflow.com/a/4116384/17869806