mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-28 13:05:26 -05:00
* feat: import original keywords as tags * remove cached env * Update frontend api types * fix: Issues with previous tag scraping implementation * Update category handling in backend * Update backend tests to include group_id * Correct type check * Update create-url interface * Improve tag cleaner list support * remove builtin name shadowing * update type annotations * test include tags scraper * implement scaper context for optional data * readd cache venv * use continue instead of break * remove test callback Co-authored-by: Miroito <alban.vachette@gmail.com>
17 lines
543 B
Python
17 lines
543 B
Python
# GENERATED CODE - DO NOT MODIFY BY HAND
|
|
from .recipe import *
|
|
from .recipe_asset import *
|
|
from .recipe_bulk_actions import *
|
|
from .recipe_category import *
|
|
from .recipe_comments import * # type: ignore
|
|
from .recipe_image_types import *
|
|
from .recipe_ingredient import *
|
|
from .recipe_notes import *
|
|
from .recipe_nutrition import *
|
|
from .recipe_scraper import *
|
|
from .recipe_settings import *
|
|
from .recipe_share_token import * # type: ignore
|
|
from .recipe_step import *
|
|
from .recipe_tool import * # type: ignore
|
|
from .request_helpers import *
|