Files
DECNET/decnet/ttp/impl/__init__.py

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`.
"""