user-feedback / run_crud.py
Ashmi Banerjee
playing with crud
5750465
raw
history blame
65 Bytes
from db.crud import test
if __name__ == "__main__":
test()