netbox-php/src/Api/ApiInterface.php
2021-03-10 18:41:26 -04:00

8 lines
69 B
PHP

<?php
namespace wickedsoft\NetBox\Api;
interface ApiInterface
{
}