MAAS / models.py
Hammad712's picture
Update models.py
a017a6e verified
raw
history blame
82 Bytes
from pydantic import RootModel
class PageSpeedRequest(RootModel[dict]):
pass