# Functions
NewPainter - factory method Create a painter according to your needs
The idea is: you can change the painter realization from outside by changing the CurrentPainterState.
# Variables
No description provided by the author
# Interfaces
Painter - abstraction Used in projectlinter.Rule(FailedMessage) to make the output more convenient and visually pretty.
# Type aliases
No description provided by the author