1
0
Fork 0

add group page

This commit is contained in:
Hugh Rundle 2021-09-24 20:34:11 +10:00
parent f32a2cc4d0
commit 9b6d2a9d88
11 changed files with 112 additions and 39 deletions

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
from .group import Group, UserGroups, create_group
from .import_data import Import, ImportStatus
from .inbox import Inbox
from .interaction import Favorite, Unfavorite, Boost, Unboost