My python don't work

i work in PyCharm and use python 3.11.9
and me send this on run:
ImportError: cannot import name 'wraps' from partially initialized module 'functools' (most likely due to a circular import) (C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\functools.py)
i two times reinstalled python deleted from PATH and python stopped working after recovery windows(because i broked system fonts)

i refactor types.py in my project to 1types.py and python is repaired

There’s a built-in module with the same name as yours (before you renamed it) called types. Avoid all those names for your own modules.