Open nico-koltermann opened 1 year ago
For a cleaner module import, remove the sys.path.append() from files and create a file for adding the utils to the %PYHTONPATH. This is a cleaner and more generic way for the modules
sys.path.append()
Add to Python path
For a cleaner module import, remove the
sys.path.append()
from files and create a file for adding the utils to the %PYHTONPATH. This is a cleaner and more generic way for the modules