File size: 148 Bytes
d90c3f6
 
 
 
 
1
2
3
4
5
6
class OnSalesData:
    def __init__(self, currentPackage, packages):
        self.currentPackage = currentPackage
        self.packages = packages