generated from itdominator/Python-With-Gtk-Template
8 lines
225 B
Python
8 lines
225 B
Python
"""
|
|
A Coffescript Object Notation (CSON) parser for Python 2 and Python 3.
|
|
See documentation at https://github.com/avaka/pycson
|
|
"""
|
|
|
|
from .parser import load, loads
|
|
from .writer import dump, dumps
|
|
from .speg import ParseError |