I know many people asked this question but I still can't figure this out.
My Project setup:
I'm trying to import Reservations.py in queries.py
I did:
from ..entities import Reservation
import sys
sys.path.append('..entities/')
from entities import Reservation
any ideas??
the first thing I tried looks good before I run it, but when I try to run it says:
ImportError: attempted relative import beyond top-level package