├── LICENSE ├── README.md ├── assets └── fox.png └── foxsay.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingermuffin/foxsay/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingermuffin/foxsay/HEAD/README.md -------------------------------------------------------------------------------- /assets/fox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingermuffin/foxsay/HEAD/assets/fox.png -------------------------------------------------------------------------------- /foxsay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gingermuffin/foxsay/HEAD/foxsay.py --------------------------------------------------------------------------------