mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Fix doc bug
This commit is contained in:
parent
87292406a6
commit
8cf9dcdd36
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue