9 lines
177 B
Python
9 lines
177 B
Python
"""
|
|
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
|