<?php

namespace PragmaRX\Countries\Package\Services;

class Command
{
    public function line($line)
    {
        echo "{$line}\n";
    }
}
