ansible-later/env_27/lib/python2.7/site-packages/flake8_colors/__init__.py
Robert Kaussow 10aaa8e7e3 fix pytest
2019-04-11 15:56:20 +02:00

6 lines
74 B
Python

from .formatter import ColorFormatter
__all__ = [
'ColorFormatter'
]