Files
tougao/vendor/phpoffice/math/src/Math/Math.php
wangjinlei 881ac3e056 1
2024-07-17 09:23:45 +08:00

10 lines
128 B
PHP

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