nex_basse/backend/venv/lib/python3.12/site-packages/alembic/context.py

6 lines
195 B
Python
Raw Normal View History

2026-02-25 08:48:31 +00:00
from .runtime.environment import EnvironmentContext
# create proxy functions for
# each method on the EnvironmentContext class.
EnvironmentContext.create_module_class_proxy(globals(), locals())