application.py:
bot.load_extensions_from("plugins", ...)
wr_sqlite.py (for example):
from wrappers import wr_json
from builder import Config
The bot is run through the application.py and therefore there are no errors (so imports are prescribed "on behalf" of the application.py), but PyCharm highlights this as an error



