netbox-php/src/ClientInterface.php
2021-03-10 18:36:01 -04:00

8 lines
68 B
PHP

<?php
namespace wickedsoft\NetBox;
interface ClientInterface
{
}