mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-20 14:08:09 +00:00
add create_group to __init__.py
you probably want this otherwise nothing previously added for group creation will work :-)
This commit is contained in:
parent
d4fcf88cf5
commit
273ad9a466
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ from .follow import follow, unfollow
|
|||
from .follow import accept_follow_request, delete_follow_request
|
||||
from .get_started import GetStartedBooks, GetStartedProfile, GetStartedUsers
|
||||
from .goal import Goal, hide_goal
|
||||
from .group import Group, UserGroups, create_group
|
||||
from .group import Group, UserGroups, FindAndAddUsers, create_group
|
||||
from .import_data import Import, ImportStatus
|
||||
from .inbox import Inbox
|
||||
from .interaction import Favorite, Unfavorite, Boost, Unboost
|
||||
|
|
Loading…
Reference in a new issue