mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-04 08:12:00 -04:00
8 lines
153 B
Python
8 lines
153 B
Python
#!/usr/bin/env python
|
|
# vim:fileencoding=utf-8
|
|
# License: GPL v3 Copyright: 2019, Eli Schwartz <eschwartz@archlinux.org>
|
|
|
|
from reprlib import repr
|
|
|
|
repr
|