<?php
declare(strict_types=1);
namespace Kiri\Process;
interface ISystem
{
public function start();
}