Restore 0.1.5 version from stash
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from typing import Any, Text
|
||||
|
||||
|
||||
class OthersConverter(object):
|
||||
def to_normal(self, pinyin: Text, **kwargs: Any) -> Text: ...
|
||||
|
||||
def to_first_letter(self, pinyin: Text, **kwargs: Any) -> Text: ...
|
||||
|
||||
|
||||
converter = ... # type: OthersConverter
|
||||
Reference in New Issue
Block a user