project
|-- util
| -- driver.py
| -- __init__.py
|-- test
| -- driver_test.py
# driver_test.py
from util.driver import Driver
# driver_test.py
from util import Driver
driver_test.py
пытаюсь имопртировать файл из паки util.No module named 'util',
PATH