def init(): """ Initialize the db. """ db.drop_all() db.create_all() print('Droppped and created db')