Esempio n. 1
0
async def init():
    u = User.user_random()
    b = Blog.blog_random(u)
    await u.save()
    print(u.id)
    await b.save()