mirror of
https://github.com/taskmgr818/geetest-v3-click-server.git
synced 2025-12-06 09:02:51 +08:00
9 lines
146 B
Python
9 lines
146 B
Python
import sys
|
|
import os
|
|
|
|
current_dir = os.path.dirname(__file__)
|
|
sys.path.append(current_dir)
|
|
|
|
from nine.nine import nine
|
|
from icon.icon import icon
|