from enum import StrEnum

class PACKAGE_CODE(StrEnum):
    STARTUP = 'strtup',
    PRO = 'pro',
    PAY_AS_YOU_GO ='payg'