2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00
Files
InvenTree/InvenTree/part/__init__.py
2022-05-28 03:13:19 +02:00

9 lines
117 B
Python

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