25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

16 satır
461 B

  1. # This module is automatically generated by autogen.sh. DO NOT EDIT.
  2. from . import _{{ pvd|up_or_title(pvd) }}
  3. class _{{ pvd|up_or_title(typ) }}(_{{ pvd|up_or_title(pvd) }}):
  4. _type = "{{ typ }}"
  5. _icon_dir = "resources/{{ pvd }}/{{ typ }}"
  6. {% for meta in metas %}
  7. class {{ meta["name"] }}(_{{ pvd|up_or_title(typ) }}):
  8. _icon = "{{ meta["icon"] }}"{% endfor %}
  9. # Aliases
  10. {% for svc, alias in aliases.items() %}
  11. {{ alias }} = {{ svc }}{% endfor %}