'import error __init__.py how to fix this error

I am kind of an amateur to Pycharm. Been trying to work with the Turtle package. It is clearly installed in the Pycharm, but every time I import and run it, I see the below error. I have been searching the net and all I could see was to check the interpreter and mine is the latest Python (3.10). It will be really helpful if someone can suggest a remedy to this, this is happening with all the packages in fact. Thank you!

from turtle import Turtle
ImportError: cannot import name 'Turtle' from 'turtle' (/usr/local/lib/python3.10/site-packages/turtle/__init__.py)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source