Add collector engine: base, custom source, profile loader, wikileaks helpers

This commit is contained in:
n0mad1k
2026-03-19 08:39:17 -04:00
parent 176156d4e9
commit 4f381436a4
5 changed files with 783 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from .base import BaseCollector
from .custom import CustomSource
from .profile_loader import load_profile, list_profiles