i need to inherit addons/auth_signup/controllers/main.py, in my controller file added below line to import it but Pycharm showing error when mouse over on word: "auth_signup" how i can resolve this, please help.
Cannot find reference 'auth_signup' in '__init__.py'
the line in my controller file:
from odoo.addons.auth_signup.controllers.main.auth_signup import AuthSignupHome
screenshot: