initial commit
This commit is contained in:
11
src/komgapi/schemas/Sort.py
Normal file
11
src/komgapi/schemas/Sort.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import List
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Sort(BaseModel):
|
||||
empty: bool
|
||||
sorted: bool
|
||||
unsorted: bool
|
||||
Reference in New Issue
Block a user