phpOMS/Math/Shape/D3/Prism.php

7 lines
83 B
PHP

<?php
namespace phpOMS\Math\Shape\D3;
class Prism implements D3ShapeInterface
{
}