├── .gitignore ├── LICENSE ├── README.md ├── fifteen_api.py └── fifteen_api_usage_example.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wafflecomposite/15.ai-Python-API/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wafflecomposite/15.ai-Python-API/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wafflecomposite/15.ai-Python-API/HEAD/README.md -------------------------------------------------------------------------------- /fifteen_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wafflecomposite/15.ai-Python-API/HEAD/fifteen_api.py -------------------------------------------------------------------------------- /fifteen_api_usage_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wafflecomposite/15.ai-Python-API/HEAD/fifteen_api_usage_example.py --------------------------------------------------------------------------------