1
2
3
4
__all__ = ("dumps", "dump")
__version__ = "1.2.0"  # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
 
from pip._vendor.tomli_w._writer import dump, dumps