def init_data():
    db = DB()
    for table, data in datas.items():
        pass
        for d in data:
            db.insert(table, d)