flask plugin new output, minus the scaffold's AssetType seeding: printed parts are quantity-based consumables, not ADR-001 assets. on_install seeds the three plugin settings instead. Manifest pins core >=0.11.0, depends on employees (badge name resolution), ships disabled until a site opts in.
6 lines
102 B
Python
6 lines
102 B
Python
"""Printedparts plugin models."""
|
|
|
|
from .printedparts import Printedparts
|
|
|
|
__all__ = ['Printedparts']
|