phpOMS/Math/Shape/D2/Quadrilateral.php

7 lines
91 B
PHP

<?php
namespace phpOMS\Math\Shape\D2;
class Quadrilateral implements D2ShapeInterface
{
}