This library allows you to create dialog boxes.
Using classes, create one of the following boxes:

ynBox()
errorBox()

e.g

box = ynBox()

To draw the box, you must use the .draw() method:

box.draw()




