applied-ai-018's picture
Add files using upload-large-folder tool
19c6a63 verified
raw
history blame
319 Bytes
"""
.. codeauthor:: Tsuyoshi Hombashi <[email protected]>
"""
from .__version__ import __author__, __copyright__, __email__, __license__, __version__
from ._func import detect_file_encoding
from ._mbstrdecoder import MultiByteStrDecoder
__all__ = (
"detect_file_encoding",
"MultiByteStrDecoder",
)