mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
11 lines
133 B
Python
11 lines
133 B
Python
"""
|
|
The Part module is responsible for Part management.
|
|
|
|
It includes models for:
|
|
|
|
- PartCategory
|
|
- Part
|
|
- SupplierPart
|
|
- BomItem
|
|
"""
|