6 lines
111 B
Python
6 lines
111 B
Python
"""策略包初始化文件。"""
|
|
|
|
from utils.logger import setup_logger
|
|
|
|
logger = setup_logger(__name__)
|