6 lines
169 B
Python
6 lines
169 B
Python
"""DECNET profiler — standalone attacker profile builder worker."""
|
|
|
|
from decnet.profiler.worker import attacker_profile_worker
|
|
|
|
__all__ = ["attacker_profile_worker"]
|