Exemple #1
0
 def new_post(cls, current_user_id):
     if not current_user_id:
         return None
     return Post.add_post(current_user_id)