This commit is contained in:
2025-04-30 17:07:16 +03:00
commit 2190ec7ca7
37 changed files with 994 additions and 0 deletions

View 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