fix: Expose `nhf.parts.item.Item` in `__init__.py`

This commit is contained in:
Leni Aniva 2024-09-04 16:32:13 -07:00
parent bea0ec1074
commit 63696e6148
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
from nhf.materials import Role, Material
from nhf.materials import Material, Role
from nhf.parts.item import Item