im having a problem with running a file independently from the rest of my file to rest of my project as well as having it be found in my project when running the entire thing from main
both are with my file envutils and me trying to import my load variable function
error being attempted relevant import with no known parent package when trying to run the file independently with vs code and module not found error when running it from main/having windows task scheduler run it from main
.
โโโ Auto-media-harvest/
โโโ tools/
โ โโโ init.py(empty file)
โ โโโ envutils.py
โ โโโ service.py
โโโ main.py