mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
10 lines
226 B
Python
10 lines
226 B
Python
# Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
from .template import apply_prompt_template, get_prompt_template
|
|
|
|
__all__ = [
|
|
"apply_prompt_template",
|
|
"get_prompt_template",
|
|
]
|