File: __init__.py

package info (click to toggle)
python-dynaconf 3.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,900 kB
  • sloc: python: 21,464; sh: 9; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
__all__='loads','load','TOMLDecodeError','dump','dumps'
from._parser import TOMLDecodeError,load,loads
from._writer import dump,dumps
TOMLDecodeError.__module__=__name__