mirror of
https://github.com/Ladebeze66/ragflow_preprocess.git
synced 2026-02-04 12:10:26 +01:00
4 lines
63 B
Python
4 lines
63 B
Python
from typing import Any
|
|
|
|
def __getattr__(name: str) -> Any: ...
|