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:
parent
729d649ec5
commit
bffc511e4e
|
|
@ -0,0 +1,2 @@
|
|||
# Fix ImportError by exporting subbrute module contents
|
||||
from .subbrute import *
|
||||
Loading…
Reference in New Issue