10 lines
186 B
Python
10 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': '',
|
|
}
|