Class Text
<?php declare(strict_types=1); /** * Created by PhpStorm. * User: inhere * Date: 2017-12-21 * Time: 13:34 */ namespace Inhere\Console\Component\Progress; /** * Class Text * * @package Inhere\Console\Component\Progress */ class TextBar { }