summaryrefslogtreecommitdiff
path: root/tests/support/html_formatter.py
blob: 169cd4afdef94a951cbe456a6650952fca72f6e5 (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
from pygments.formatters import HtmlFormatter


class HtmlFormatterWrapper(HtmlFormatter):
    name = 'HtmlWrapper'