Как получить местоположение экрана курсора в Python

import mouse 
print(mouse.get_position())
Programmer of empires