presenton--presenton
6 行
83 B
Python
6 行
83 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class SlideLayoutIndex(BaseModel):
|
|
index: int
|