7 lines
147 B
PHP
7 lines
147 B
PHP
<?php
|
|
/* For license terms, see /license.txt */
|
|
|
|
require_once __DIR__.'/AiHelperPlugin.php';
|
|
|
|
$plugin_info = AiHelperPlugin::create()->get_info();
|