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