xref: /plugin/aichat/Model/Generic/ChatModel.php (revision 773012cf12c00971b494249c070969945d137830)
1<?php
2
3namespace dokuwiki\plugin\aichat\Model\Generic;
4
5class ChatModel extends AbstractGenericModel
6{
7}
8