shuqianpinggu/huaxi/Lib/site-packages/alembic/context.py

6 lines
195 B
Python
Raw Permalink Normal View History

2025-06-17 17:46:44 +08:00
from .runtime.environment import EnvironmentContext
# create proxy functions for
# each method on the EnvironmentContext class.
EnvironmentContext.create_module_class_proxy(globals(), locals())