<?php

namespace Templately\Admin\API;

use Templately\API\API;

abstract class BaseAPI extends API {

}