SciPIP / src /utils /header.py
lihuigu's picture
update assets
0b619bd
raw
history blame
444 Bytes
r"""_summary_
-*- coding: utf-8 -*-
Module : utils.header
File Name : header.py
Description : import some modules from top-level package
Creation Date : 2024-07-16
Author : Frank Kang([email protected])
"""
from config.utils import get_dir
from config import ConfigReader
from prompt.reader import Prompt, AssistantCreateQuery, MessageQuery
__all__ = [
"get_dir", "ConfigReader", "Prompt", "AssistantCreateQuery", "MessageQuery"
]