File: //opt/alt/python37/lib/python3.7/site-packages/pygments/formatters/__pycache__/other.cpython-37.pyc
B
��f� � @ sz d Z ddlmZ ddlmZ ddlmZ ddlmZ dddgZ G d d� de�Z
G d
d� de�ZdZdZ
G d
d� de�ZdS )z�
pygments.formatters.other
~~~~~~~~~~~~~~~~~~~~~~~~~
Other formatters: NullFormatter, RawTokenFormatter.
:copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
� )� Formatter)�get_choice_opt)�Token)�colorize�
NullFormatter�RawTokenFormatter�TestcaseFormatterc @ s* e Zd ZdZdZddgZdgZdd� ZdS ) r z;
Output the text unchanged without any formatting.
z Text only�text�nullz*.txtc C s<