Restore 0.1.5 version from stash
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from typing import Union, Text, ByteString
|
||||
|
||||
|
||||
class PinyinNotFoundException(Exception):
|
||||
message: Union[Text, ByteString]
|
||||
chars: Union[Text, ByteString]
|
||||
|
||||
def __init__(self, chars: Union[Text, ByteString]) -> None: ...
|
||||
Reference in New Issue
Block a user