LangChainGo / chatgpt-next-web /OnSalesData.py
远兮
增加定价
d90c3f6
raw
history blame
148 Bytes
class OnSalesData:
def __init__(self, currentPackage, packages):
self.currentPackage = currentPackage
self.packages = packages