Exemplo n.º 1
0
def test_write():
    ft = FTInventory("test.csv")
    ft.contents = ["This is a the first line", "this is the 2nd"]
    ft.write()