Files
kiri-core/system/Process/System.php
T
2020-08-31 01:27:08 +08:00

13 lines
139 B
PHP

<?php
namespace Snowflake\Process;
use Snowflake\Abstracts\Component;
abstract class System extends Component implements ISystem
{
}