forge/blade/item/tool.py (
2
lines of code) (
raw
):
from forge.blade.item import Item class Tool(Item.Item): pass