op.py 174 B

123456
  1. from .operations.base import Operations
  2. # create proxy functions for
  3. # each method on the Operations class.
  4. Operations.create_module_class_proxy(globals(), locals())