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 | |||
6 | from .verbosity import set_verbosity |
||
7 | |||
8 | |||
9 | __all__ = ["set_verbosity"] |
||
10 |