mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-02 00:24:13 -05:00
* fix group page * setup group notification for backend * update type generators * script to auto-generate schema exports * setup frontend CRUD interface * remove old notifications UI * drop old events api * add test functionality * update naming for fields * add event dispatcher functionality * bump to python 3.10 * bump python version * purge old event code * use-async apprise * set mealie logo as image * unify styles for buttons rows * add links to banners
11 lines
245 B
Python
11 lines
245 B
Python
from .cookbook import *
|
|
from .events import *
|
|
from .exports import *
|
|
from .group import *
|
|
from .invite_tokens import *
|
|
from .mealplan import *
|
|
from .preferences import *
|
|
from .report import *
|
|
from .shopping_list import *
|
|
from .webhooks import *
|