Files
OA/vendor/phpoffice/math/src/Math/Math.php
T
2026-07-23 10:37:26 +08:00

10 lines
128 B
PHP

<?php
namespace PhpOffice\Math;
use PhpOffice\Math\Element\AbstractGroupElement;
class Math extends AbstractGroupElement
{
}