File: __init__.py

package info (click to toggle)
python-tinycss2 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 608 kB
  • sloc: python: 1,719; makefile: 19
file content (9 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
VERSION = '0.6.1'


from .tokenizer import parse_component_value_list  # noqa
from .parser import (  # noqa
    parse_one_component_value, parse_one_declaration, parse_declaration_list,
    parse_one_rule, parse_rule_list, parse_stylesheet)
from .bytes import parse_stylesheet_bytes  # noqa
from .serializer import serialize, serialize_identifier  # noqa