File size: 232 Bytes
a2d6347
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# 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"]