Total Complexity | 0 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | # Author: Simon Blanke |
||
2 | # Email: [email protected] |
||
3 | # License: MIT License |
||
4 | |||
5 | from .progress_board import ProgressBoard |
||
6 | |||
7 | |||
8 | __all__ = [ |
||
9 | "ProgressBoard", |
||
10 | ] |
||
11 |