6 lines
81 B
PHP
6 lines
81 B
PHP
<?PHP
|
||
declare(strict_types = 1);
|
||
$units_die_axis_set = array (
|
||
'h' => 'г',
|
||
);
|