web_writer/vendor/phpoffice/math/src/Math/Element/AbstractElement.php

8 lines
77 B
PHP
Executable File

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