InvenTree/InvenTree/part/__init__.py

10 lines
118 B
Python
Raw Normal View History

"""
The Part module is responsible for Part management.
It includes models for:
- PartCategory
- Part
- BomItem
2019-04-27 15:09:48 +00:00
"""