1 2 3 4 5 6
from . waiter import Waiter class XMLWaiter(Waiter): def prerun(self, payload): Waiter.prerun(self, payload.xml)