You've already forked hotpocket
This commit is contained in:
10
services/packages/soa/hotpocket_soa/dto/bot.py
Normal file
10
services/packages/soa/hotpocket_soa/dto/bot.py
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import annotations
|
||||
|
||||
import pydantic
|
||||
|
||||
|
||||
class BotResultOut(pydantic.BaseModel):
|
||||
title: str | None
|
||||
description: str | None
|
||||
is_netloc_banned: bool
|
||||
Reference in New Issue
Block a user