1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 14:37:30 +00:00

Fix doc bug

This commit is contained in:
Steffo 2019-08-12 23:15:11 +02:00
parent 87292406a6
commit 8cf9dcdd36

View file

@ -2,6 +2,8 @@ from ..chests import ItemStack
class ItemFrame:
"""Data pertaining to an https://terraria.gamepedia.com/Item_Frame ."""
__slots__ = "item"
def __init__(self, item: ItemStack):