mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-27 12:45:17 -05:00
refactor(backend): ♻️ Split Recipe Schema Code
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from .category import *
|
||||
from .comments import *
|
||||
from .helpers import *
|
||||
from .recipe import *
|
||||
from .recipe_category import *
|
||||
from .recipe_comments import *
|
||||
from .recipe_image_types import *
|
||||
from .recipe_ingredient import *
|
||||
from .request_helpers import *
|
||||
|
||||
Reference in New Issue
Block a user