| r"""_summary_ | |
| -*- coding: utf-8 -*- | |
| Module : utils.path_pool | |
| File Name : path_pool.py | |
| Description : paths | |
| Creation Date : 2024-11-09 | |
| Author : Frank Kang(frankkang@zju.edu.cn) | |
| """ | |
| from config.utils import get_dir | |
| PROMPT_DIR = get_dir('./assets/prompt') | |