Hi, I have issue with python code. When I try to start program "no module named 'core'" error happens.
from core.config import CoreConfig ModuleNotFoundError: No module named 'core'
this is a part of code:

I did install darkskylib, but nothing happened