Files
kiri-wchat/wx/SmallProgram.php
T
2023-11-14 00:15:27 +08:00

12 lines
114 B
PHP

<?php
namespace wchat\wx;
use wchat\common\Multiprogramming;
class SmallProgram extends Multiprogramming
{
}