Skip to content

Commit 5fc3b42

Browse files
authored
✨ Export (import and re-export) TaskGroup from asyncer (#87)
1 parent 1e1797b commit 5fc3b42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asyncer/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
from ._main import syncify as syncify
77
from ._main import runnify as runnify
88
from ._main import PendingValueException as PendingValueException
9+
from ._main import TaskGroup as TaskGroup

0 commit comments

Comments
 (0)