Skip to content

Commit

Permalink
Improve documentation in progressbar module
Browse files Browse the repository at this point in the history
  • Loading branch information
openhands-agent committed Feb 2, 2025
1 parent 2a2d0ab commit 6fb5a19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions progressbar/bar.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
This module provides core classes and mixins for rendering progress bars.
It includes the main `ProgressBar` class and mixins for handling file descriptors,
resizing, and standard output redirection. It also defines base classes for progress
bar implementations and utility functions for formatting the progress bar display.
"""
from __future__ import annotations

import abc
Expand Down

0 comments on commit 6fb5a19

Please sign in to comment.