mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-19 05:05:02 +01:00
7 lines
164 B
Python
7 lines
164 B
Python
#!/usr/bin/env python
|
|
# vim:fileencoding=utf-8
|
|
# License: GPL v3 Copyright: 2019, Kovid Goyal <kovid at kovidgoyal.net>
|
|
|
|
from functools import lru_cache
|
|
|
|
lru_cache
|