from invoice import Invoice
invoice = Invoice(1, "Deval", 1000, 10)
invoice.totalCost()
invoice.printInvoice()