class Console::Terminal::Text

def initialize(output)

def initialize(output)
	@output = output
	@styles = {reset: self.reset}
end