5 lines
140 B
5 lines
140 B
6 years ago
|
"""wcwidth module, https://github.com/jquast/wcwidth."""
|
||
|
from .wcwidth import wcwidth, wcswidth # noqa
|
||
|
|
||
|
__all__ = ('wcwidth', 'wcswidth',)
|