1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 16:37:47 +03:00
WeasyPrint/weasyprint/formatting_structure/__init__.py
Simon Sapin c34221d215 2014.
2014-01-10 14:27:02 +00:00

16 lines
456 B
Python

# coding: utf8
"""
weasyprint.formatting_structure
-------------------------------
The formatting structure is a tree of boxes. It is either "before layout",
close to the element tree is it built from, or "after layout", with
line breaks and page breaks.
:copyright: Copyright 2011-2014 Simon Sapin and contributors, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from __future__ import division, unicode_literals