class Console::Terminal::Text

def initialize(output)

def initialize(output)
	@output = output
	@styles = {}
end