Files
kiri-core/System/Process/ISystem.php
T
2020-10-29 18:17:25 +08:00

14 lines
114 B
PHP

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