├── .gitattributes ├── .gitignore ├── LICENSE ├── QQGroup1.png └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | *.* linguist-language=python -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lcry/a-sheep-assistant/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lcry/a-sheep-assistant/HEAD/LICENSE -------------------------------------------------------------------------------- /QQGroup1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lcry/a-sheep-assistant/HEAD/QQGroup1.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lcry/a-sheep-assistant/HEAD/README.md --------------------------------------------------------------------------------