We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12128ad commit a10a591Copy full SHA for a10a591
__init__.py
@@ -1,3 +1,4 @@
1
-from arabic_reshaper import reshape
+from .arabic_reshaper import reshape
2
+
3
+__all__ = [reshape]
4
-__all__=[reshape]
0 commit comments