mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
9 lines
186 B
Python
9 lines
186 B
Python
#!/usr/bin/env python
|
|
# vim:fileencoding=utf-8
|
|
# License: GPL v3 Copyright: 2018, Kovid Goyal <kovid at kovidgoyal.net>
|
|
|
|
formats = {
|
|
'title': '',
|
|
'margin': '',
|
|
'text': '',
|
|
}
|