openmedialibrary_platform/Darwin/lib/python2.7/site-packages/alembic/op.py

7 lines
187 B
Python
Raw Normal View History

2013-10-11 17:28:32 +00:00
from .operations import Operations
from . import util
# create proxy functions for
# each method on the Operations class.
util.create_module_class_proxy(Operations, globals(), locals())