Make sure Pillow uses ImageFont.LAYOUT_BASIC because of https://github.com/python...
[librarian.git] / src / librarian / elements / styles / www.py
1 from ..base import WLElement
2
3
4 class WWW(WLElement):
5     pass