├── .gitignore ├── README.md ├── api.py ├── requirements.txt └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandada8/UESTCCourseSync/HEAD/README.md -------------------------------------------------------------------------------- /api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandada8/UESTCCourseSync/HEAD/api.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandada8/UESTCCourseSync/HEAD/requirements.txt -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandada8/UESTCCourseSync/HEAD/screenshot.png --------------------------------------------------------------------------------