mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 13:33:30 +01:00
7 lines
152 B
Python
7 lines
152 B
Python
from __future__ import annotations
|
|
|
|
from ._legacy_adapter import build_scanners
|
|
|
|
|
|
SCANNERS = build_scanners([69, 70, 71, 72, 73], category="Barracuda")
|