Drop lots of legacy code. Support Python 3.7-3.11.
[librarian.git] / src / librarian / sponsor.py
1 # This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
3 #
4 from librarian import get_resource
5
6
7 def sponsor_logo(name):
8     return {
9         'Narodowe Centrum Kultury': get_resource('res/sponsors/nck.png')
10     }.get(name.strip())