Beispiel #1
0
def init():
    try:
        Post.init("posts")
    except Exception as e:
        print(e)