RED = 1
YELLOW = -1
EMPTY = 0
def to_svg(board):
"""
Create an SVG representation of the board, with the latest piece dropping down via SVG
I must confess that this function was written almost entirely by Claude; done in 15 mins,
when it would have taken me a couple of hours. Amazing!
"""
svg = '''