You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psrGROUP/env/Lib/site-packages/htmlgenerator/__init__.py

14 lines
389 B

from .base import * # noqa
from .htmltags import * # noqa
from .lazy import * # noqa
from .safestring import mark_safe # noqa
__version__ = "1.2.32"
DEBUG: bool = False
"Turning on this flag will add html attributes with information "
"about the source of the generated html output",
# not sure whether this is a smart idea, but environment variables
# do not really seem better...