mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 17:21:38 +00:00
6 lines
157 B
Python
6 lines
157 B
Python
from item_wrappers import ItemWrapper
|
|
|
|
class SulfurasItem(ItemWrapper):
|
|
def update(self):
|
|
pass # Sulfuras does not change in quality or sell_in
|