fix: Add missing imports to subbrute/__init__.py

Fix ImportError: cannot import name 'subbrute' from 'subbrute'
by adding export of subbrute module contents in __init__.py

Fixes aboul3la/Sublist3r#388
This commit is contained in:
zlq500 2026-02-15 23:59:09 +08:00
parent 729d649ec5
commit bffc511e4e
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Fix ImportError by exporting subbrute module contents
from .subbrute import *