mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
4 lines
172 B
XML
4 lines
172 B
XML
{% extends "!opensearch.xml" %}
|
|
{% block extra -%}
|
|
<Image height="16" width="16" type="image/x-icon">https://www.python.org/images/favicon16x16.ico</Image>
|
|
{%- endblock %}
|