2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 20:46:47 +00:00
InvenTree/InvenTree/part/__init__.py

10 lines
118 B
Python

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