mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
9 lines
117 B
Python
9 lines
117 B
Python
"""The Part module is responsible for Part management.
|
|
|
|
It includes models for:
|
|
|
|
- PartCategory
|
|
- Part
|
|
- BomItem
|
|
"""
|