Files
kiri-core/kiri-engine/Abstracts/Command.php
T

11 lines
116 B
PHP
Raw Normal View History

2022-01-09 03:50:38 +08:00
<?php
declare(strict_types=1);
namespace Kiri\Abstracts;
abstract class Command extends Component
{
}