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

12 lines
195 B
Python
Raw Normal View History

2023-02-20 22:38:24 +00:00
"""Dot notation and access for dictionaries in python"""
from .diot import (
Diot,
CamelDiot,
SnakeDiot,
FrozenDiot,
OrderedDiot,
DiotFrozenError
)
__version__ = "0.1.6"