On a non-professional version of Windows 11 using the Windows Powershell the Python 3.12 command:
import site
site.addsitedir(ABC)
this replaces the old approach
PATH.append(ABC)
In both cases you should have init.py