In 1 folder, there exist a.py, b.by and util.py. Script a and b both import util.py.
I need to build an image running python script a.py and a image running python script b.py
what is the best practice of this?
In 1 folder, there exist a.py, b.by and util.py. Script a and b both import util.py.
I need to build an image running python script a.py and a image running python script b.py
what is the best practice of this?