3_optimization-design-ptn/03_prompt-optimization/promptwizard/__init__.py (3 lines of code) (raw):

# Copyright (c) 2023 Microsoft # Licensed under The MIT License [see LICENSE for details] # flake8: noqa from .glue.promptopt.instantiate import GluePromptOpt from .version import VERSION as __version__ __all__ = ["GluePromptOpt"]