mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-26 00:29:43 +02:00
6 lines
87 B
Python
6 lines
87 B
Python
|
from fastapi_camelcase import CamelModel
|
||
|
|
||
|
|
||
|
class RecipeSlug(CamelModel):
|
||
|
slug: str
|