Files
tubestation/python/pytoml/pytoml/__init__.py
Nathan Froyd 7f3d84dd65 Bug 1231764 - part 4 - add pytoml to the virtualenv; r=chmanchester
We need to parse Cargo.toml files from moz.build to determine crate
package names.
2016-08-06 00:49:26 -04:00

4 lines
95 B
Python

from .core import TomlError
from .parser import load, loads
from .writer import dump, dumps