Files
web_writer/vendor/phpoffice/math/src/Math/Element/AbstractElement.php
T
2025-11-20 14:44:35 +08:00

8 lines
77 B
PHP

<?php
namespace PhpOffice\Math\Element;
abstract class AbstractElement
{
}