done
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
__all__ = ["asbytes", "asunicode"]
|
||||
|
||||
def asunicode(s: bytes | str) -> str: ...
|
||||
def asbytes(s: bytes | str) -> str: ...
|
Reference in New Issue
Block a user