├── .gitignore ├── LICENSE ├── README.md └── assets ├── typhon.png └── typhon.svg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandoracore/typhon-spec/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandoracore/typhon-spec/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandoracore/typhon-spec/HEAD/README.md -------------------------------------------------------------------------------- /assets/typhon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandoracore/typhon-spec/HEAD/assets/typhon.png -------------------------------------------------------------------------------- /assets/typhon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pandoracore/typhon-spec/HEAD/assets/typhon.svg --------------------------------------------------------------------------------