mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
8 lines
173 B
Python
8 lines
173 B
Python
"""Archive Tool for NoDupeLabs.
|
|
|
|
Provides archive detection and extraction capabilities as a tool.
|
|
"""
|
|
|
|
from .archive_tool import register_tool
|
|
|
|
__all__ = ['register_tool']
|