from .enums import PillType class Pill: def __init__(self, typ: PillType): self.pilltype = typ