mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
5 lines
102 B
Python
5 lines
102 B
Python
from pydantic import BaseModel
|
|
|
|
|
|
class SharepointRenamerRequest(BaseModel):
|
|
dry_run: bool = False
|