Skip to content

Commit 4f97cab

Browse files
+ Exported threaded decorator
1 parent cf0cbee commit 4f97cab

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/thread/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,12 @@
3030
exceptions
3131
)
3232

33+
34+
# Export decorators
35+
from .decorators import (
36+
threaded
37+
)
38+
39+
3340
# Configuration
3441
from .utils import Settings

0 commit comments

Comments
 (0)