Aruco module gone? Cant access it or it's functions

Have the aruco module and it’s support been completely purged in latest OpenCV? I am simply unable to access the aruco module at all through cv2.aruco. I saw some posts mentioning that you dont need to access the modules functions through the aruco keyword anymore, but I cant find for example Dictionary_get or detectMarkers.
And yes, I have installed opencv-contrib-python.

issue

and read this post

try this it may work if you build python binding yourself

have you installed any other packages relating to OpenCV? if yes, that’s a problem.