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,