├── .gitignore ├── README.md ├── const.py ├── server.py ├── test.py └── thsauto.py /.gitignore: -------------------------------------------------------------------------------- 1 | **/__pycache__ 2 | **/.vscode 3 | ocr.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cetcjinjian/thsauto_gjzq/HEAD/README.md -------------------------------------------------------------------------------- /const.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cetcjinjian/thsauto_gjzq/HEAD/const.py -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cetcjinjian/thsauto_gjzq/HEAD/server.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cetcjinjian/thsauto_gjzq/HEAD/test.py -------------------------------------------------------------------------------- /thsauto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cetcjinjian/thsauto_gjzq/HEAD/thsauto.py --------------------------------------------------------------------------------