PyCharm highlights lines of importing modules (only made by me modules) with red wavy line and give warning "Unresolved reference 'module_name'". But they all (my modules) are located in common package "main". In spite of this unexpected behavior, code is executed correctly.
On linked picture, you can see code/project tree/warning
How to avoid this warnings?