This commit is contained in:
2025-09-06 16:06:18 +03:00
parent 5b76e1ca37
commit 86f3ddea25
889 changed files with 301707 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# 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