class PrideIO

def initialize io

def initialize io
  @io = io
  @colors = COLORS.cycle
  @chars  = CHARS.cycle
end