first
This commit is contained in:
13
ai_bot/msg/flux/SelectTypeMsg.py
Normal file
13
ai_bot/msg/flux/SelectTypeMsg.py
Normal file
@ -0,0 +1,13 @@
|
||||
from bot.DaMsg import DaMsg
|
||||
from bot.HtmlMsg import HtmlMsg
|
||||
|
||||
|
||||
class SelectTypeMsg(HtmlMsg):
|
||||
|
||||
def get_msg(self, data=None) -> str:
|
||||
if data is None:
|
||||
data = {}
|
||||
|
||||
text = ("Выберите тип запроса.")
|
||||
|
||||
return text
|
Reference in New Issue
Block a user