清理代码
This commit is contained in:
7
core/sentinel/__init__.py
Normal file
7
core/sentinel/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Sentinel 反爬机制解决方案
|
||||
"""
|
||||
from .solver import SentinelSolver
|
||||
from .js_executor import JSExecutor
|
||||
|
||||
__all__ = ["SentinelSolver", "JSExecutor"]
|
||||
Reference in New Issue
Block a user