9 lines
177 B
Python
Executable File
9 lines
177 B
Python
Executable File
"""
|
|
Core Module
|
|
|
|
This module provides core functionality for the Mars Toolkit.
|
|
"""
|
|
|
|
from mars_toolkit.core.config import config
|
|
from mars_toolkit.core.llm_tools import llm_tool
|