usse/scrape/venv/lib/python3.10/site-packages/diot/__init__.py

12 lines
195 B
Python
Raw Normal View History

2023-12-22 14:26:01 +00:00
"""Dot notation and access for dictionaries in python"""
from .diot import (
Diot,
CamelDiot,
SnakeDiot,
FrozenDiot,
OrderedDiot,
DiotFrozenError
)
__version__ = "0.1.8"