Beispiel #1
0
def delete_post(post_id):
    post = Post.del_post(post_id)
    return post