Files
static-php-cli/src/SPC/builder/linux/library/imagemagick.php

16 lines
250 B
PHP
Raw Normal View History

2023-05-17 22:08:13 +08:00
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
/**
* a template library class for unix
*/
class imagemagick extends LinuxLibraryBase
{
use \SPC\builder\unix\library\imagemagick;
public const NAME = 'imagemagick';
}