add create_group to __init__.py

you probably want this otherwise nothing previously added for group creation will work :-)
This commit is contained in:
Hugh Rundle 2021-09-25 10:55:32 +10:00
parent d4fcf88cf5
commit 273ad9a466

View file

@ -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