mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
10 lines
132 B
Python
10 lines
132 B
Python
"""
|
|
The Part module is responsible for Part management.
|
|
|
|
It includes models for:
|
|
|
|
- PartCategory
|
|
- Part
|
|
- SupplierPart
|
|
- BomItem
|
|
""" |