Files
zenml/venv/lib/python3.9/site-packages/sqlalchemy/cyextension/immutabledict.pxd
Christian Mantha 2ca0b9ef7c star
2026-03-02 19:10:52 -05:00

9 lines
291 B
Cython

# cyextension/immutabledict.pxd
# Copyright (C) 2005-2024 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under
# the MIT License: https://www.opensource.org/licenses/mit-license.php
cdef class immutabledict(dict):
pass