core/resolvers/community.py
2023-10-06 00:42:34 +03:00

9 lines
158 B
Python

def community_follow(id1, slug):
# TODO: implement when needed
return None
def community_unfollow(id1, slug):
# TODO: implement
return None