Ive got this structure and I wish to access a function from utils while being in main.py. How can I do this without setting a path?
from utils.util import * doesn't work. Using "..utils" doesn't work either. I've run out of ideas.
Ive got this structure and I wish to access a function from utils while being in main.py. How can I do this without setting a path?
from utils.util import * doesn't work. Using "..utils" doesn't work either. I've run out of ideas.