I want to import a local module, which is located in a different folder. I imported like this:
from .utils.embeds import Embeds
Which works, but my IDE shows this:
Attempted relative import beyond top-level package
What am i doing wrong?
I want to import a local module, which is located in a different folder. I imported like this:
from .utils.embeds import Embeds
Which works, but my IDE shows this:
Attempted relative import beyond top-level package
What am i doing wrong?