File size: 258 Bytes
479f67b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
r"""_summary_
-*- coding: utf-8 -*-
Module : utils.path_pool
File Name : path_pool.py
Description : paths
Creation Date : 2024-11-09
Author : Frank Kang([email protected])
"""
from config.utils import get_dir
PROMPT_DIR = get_dir('./assets/prompt')
|