mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-29 05:25:30 -05:00
* remove dead backup code * implmenet own base model * refactor to use MealieModel instead of CamelModel * cleanup deps
7 lines
115 B
Python
7 lines
115 B
Python
from mealie.schema._mealie import MealieModel
|
|
|
|
|
|
class GetAll(MealieModel):
|
|
start: int = 0
|
|
limit: int = 999
|