ai-content-maker/.venv/Lib/site-packages/pypinyin/runner.pyi

13 lines
241 B
Python
Raw Normal View History

2024-05-03 04:18:51 +03:00
from argparse import ArgumentParser
from typing import Union, Text, ByteString
class NullWriter(object):
def write(self, string: Union[Text, ByteString]) -> None: ...
def get_parser() -> ArgumentParser: ...
def main() -> None: ...