├── LICENSE ├── README.md ├── mccag.py ├── requirements.txt ├── static ├── cache │ └── 923ed5ce249a4cd3ac7d23e6797b939c.png ├── image.jpg └── logo.png ├── teach.png ├── templates └── index.html └── web.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/README.md -------------------------------------------------------------------------------- /mccag.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/mccag.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/requirements.txt -------------------------------------------------------------------------------- /static/cache/923ed5ce249a4cd3ac7d23e6797b939c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/static/cache/923ed5ce249a4cd3ac7d23e6797b939c.png -------------------------------------------------------------------------------- /static/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/static/image.jpg -------------------------------------------------------------------------------- /static/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/static/logo.png -------------------------------------------------------------------------------- /teach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/teach.png -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/templates/index.html -------------------------------------------------------------------------------- /web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Natsusomekeishi/MCCAG/HEAD/web.png --------------------------------------------------------------------------------