6 lines
100 B
Python
6 lines
100 B
Python
"""Geetest 验证码求解器"""
|
|
|
|
from .v3_slide.solver import run_solver
|
|
|
|
__all__ = ["run_solver"]
|