bale_apk/schemas/channel.py
2021-06-02 11:13:02 +08:00

9 lines
120 B
Python

# coding:utf-8
from pydantic import BaseModel
class BaleCreate(BaseModel):
channel: dict
dir: str
id: int