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
107 B
Python
6 lines
107 B
Python
"""Printedparts plugin API package."""
|
|
|
|
from .routes import printedparts_bp
|
|
|
|
__all__ = ['printedparts_bp']
|