2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00
InvenTree/InvenTree/part/__init__.py

10 lines
118 B
Python

"""
The Part module is responsible for Part management.
It includes models for:
- PartCategory
- Part
- BomItem
"""