Was verwende ich für eine Max-Heap-Implementierung in Python?

Python enthält das Heapq-Modul für Min-Heaps, aber ich brauche einen Max-Heap. Was soll ich für eine Max-Heap-Implementierung in Python