4 lines
120 B
Python
4 lines
120 B
Python
|
|
# processors — 数据处理器
|
||
|
|
# 文件命名: *.py (除 __init__.py 外)
|
||
|
|
# 函数签名: load(filepath: Path) -> Any
|