8 lines
110 B
Python
8 lines
110 B
Python
|
|
|
|
class CShopManager:
|
|
|
|
@classmethod
|
|
async def getPlantShopImage(cls) -> bytes:
|
|
return bytes()
|