phpbb_ailabs/privet/ailabs/includes/resultParse.php
2023-05-27 18:43:21 -07:00

20 lines
No EOL
294 B
PHP

<?php
/**
*
* AI Labs extension
*
* @copyright (c) 2023, privet.fun, https://privet.fun
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
namespace privet\ailabs\includes;
class resultParse
{
public $message;
public $images;
public $info;
public $json;
}