From 1dac2263372df2b85db5d029a45721fa158a5c9d Mon Sep 17 00:00:00 2001 From: xiubuzhe Date: Sun, 8 Oct 2023 20:59:00 +0800 Subject: first add files --- lib/sqlalchemy/events.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/sqlalchemy/events.py (limited to 'lib/sqlalchemy/events.py') diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py new file mode 100644 index 0000000..d17b0b1 --- /dev/null +++ b/lib/sqlalchemy/events.py @@ -0,0 +1,14 @@ +# sqlalchemy/events.py +# Copyright (C) 2005-2022 the SQLAlchemy authors and contributors +# +# +# This module is part of SQLAlchemy and is released under +# the MIT License: https://www.opensource.org/licenses/mit-license.php + +"""Core event interfaces.""" + +from .engine.events import ConnectionEvents +from .engine.events import DialectEvents +from .pool.events import PoolEvents +from .sql.base import SchemaEventTarget +from .sql.events import DDLEvents -- cgit v1.2.3