7 lines
287 B
Python
7 lines
287 B
Python
"""TTP tagger implementations — rule engine + per-source lifters.
|
|
|
|
Subpackage layout per the provider-subpackage convention used in
|
|
:mod:`decnet.intel.impl` and :mod:`decnet.clustering.impl`. Concrete
|
|
classes live here; the public surface is :func:`decnet.ttp.factory.get_tagger`.
|
|
"""
|