php-ml/src/Tree/Node.php

10 lines
75 B
PHP
Raw Normal View History

2019-05-12 18:04:39 +00:00
<?php
declare(strict_types=1);
namespace Phpml\Tree;
interface Node
{
}