/**
 * @name        template.ts
 * @author      shenyc
 * @date        2023-06-18 - ?
 * @copyright   Copy right (c) shenyc (shenyczz@163.com).
 *              All rights reserved.
 * 
******************************************************************************/
// {{@@@}}
'use strict';
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
/**
 * 模板
 * @description 描述
 * @author shenyc
 * @param {any} [options] - 选项
 */
export class template {
    constructor(options?: any) { }
}
export default template;
// ----------------------------------------------------------------------------
// {{@@@}}
