Added __all__
This commit is contained in:
parent
625b03fae3
commit
d8cfc412e3
1 changed files with 12 additions and 0 deletions
|
|
@ -1,2 +1,14 @@
|
||||||
|
__all__ = [
|
||||||
|
"taskify",
|
||||||
|
"tasks",
|
||||||
|
"states",
|
||||||
|
"current_task",
|
||||||
|
"update_task_progress",
|
||||||
|
"cleanup_tasks",
|
||||||
|
"remove_task",
|
||||||
|
"update_task_data",
|
||||||
|
"ThreadTerminationError",
|
||||||
|
]
|
||||||
|
|
||||||
from .pool import tasks, states, current_task, update_task_progress, cleanup_tasks, remove_task, update_task_data, taskify
|
from .pool import tasks, states, current_task, update_task_progress, cleanup_tasks, remove_task, update_task_data, taskify
|
||||||
from .thread import ThreadTerminationError
|
from .thread import ThreadTerminationError
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue