mirror of
https://github.com/Ladebeze66/ragflow_preprocess.git
synced 2026-02-04 15:00:26 +01:00
5 lines
118 B
Python
5 lines
118 B
Python
__all__ = ["asbytes", "asunicode"]
|
|
|
|
def asunicode(s: bytes | str) -> str: ...
|
|
def asbytes(s: bytes | str) -> str: ...
|