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

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.6"