mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-13 11:45:34 +08:00
15 lines
143 B
PHP
15 lines
143 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace ZM\API;
|
|
|
|
/**
|
|
* Class ZMRobot
|
|
* @since 1.2
|
|
* @version V11
|
|
*/
|
|
class ZMRobot extends OneBotV11
|
|
{
|
|
}
|