We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2249f3e commit 792b5b9Copy full SHA for 792b5b9
src/thread/decorators/__init__.py
@@ -2,5 +2,5 @@
2
Export decorators
3
"""
4
5
-from .threaded import threaded
6
-from .processor import processor
+from ._threaded import threaded
+from ._processor import processor
0 commit comments