Загрузить файлы в «venv/Lib/site-packages/sqlalchemy/ext»

This commit is contained in:
2026-07-02 20:29:48 +00:00
parent 844c559243
commit ae4f5f5238
5 changed files with 4910 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# ext/__init__.py
# Copyright (C) 2005-2026 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
from .. import util as _sa_util
_sa_util.preloaded.import_prefix("sqlalchemy.ext")