mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|
|
"""
|