mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-13 05:45:22 -05:00
* feat: ✨ base-shoppinglist infra (WIP) * add type checker * implement controllers * apply router fixes * add checked section hide/animation * add label support * formatting * fix overflow images * add experimental banner * fix #912 word break issue * remove any type errors * bump dependencies * remove templates * fix build errors * bump node version * fix template literal
7 lines
109 B
Python
7 lines
109 B
Python
from fastapi_camelcase import CamelModel
|
|
|
|
|
|
class GetAll(CamelModel):
|
|
start: int = 0
|
|
limit: int = 999
|