1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-02 21:28:57 +00:00
Files
UXP/python/pytoml/pytoml/__init__.py
T

4 lines
92 B
Python

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