diff options
Diffstat (limited to '')
-rwxr-xr-x | examples/progress-bar/two-tasks.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/progress-bar/two-tasks.py b/examples/progress-bar/two-tasks.py index c78604e..36bdf6a 100755 --- a/examples/progress-bar/two-tasks.py +++ b/examples/progress-bar/two-tasks.py @@ -2,6 +2,7 @@ """ Two progress bars that run in parallel. """ + import threading import time |