mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/intellecton.git
synced 2026-06-18 01:22:57 +00:00
4 lines
118 B
Python
4 lines
118 B
Python
__all__ = ["asbytes", "asunicode"]
|
|
|
|
def asunicode(s: bytes | str) -> str: ...
|
|
def asbytes(s: bytes | str) -> str: ...
|