3 lines
78 B
Python
Raw Normal View History

2022-12-14 14:33:52 +08:00
def b64encode(self, s:any) -> any: ...
def b64decode(self, s:any) -> any: ...