usse/scrape/venv/lib/python3.10/site-packages/diot/__init__.py
2023-12-22 15:26:01 +01:00

12 lines
195 B
Python

"""Dot notation and access for dictionaries in python"""
from .diot import (
Diot,
CamelDiot,
SnakeDiot,
FrozenDiot,
OrderedDiot,
DiotFrozenError
)
__version__ = "0.1.8"