8 lines
205 B
Python
8 lines
205 B
Python
"""Constants: containers for poton-making.
|
|
"""
|
|
PEWTER_CAULDRON = 'pewter_cauldron'
|
|
COPPER_CAULDRON = 'copper_cauldron'
|
|
MARTINI_GLASS = 'martini_glass'
|
|
OLD_KETTLE = 'old_kettle'
|
|
RAKI_BOTTLE = 'raki_bottle'
|