Total Complexity | 0 |
Total Lines | 6 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | # SPDX-License-Identifier: LGPL-3.0-only |
||
2 | |||
3 | 1 | """Web interface for Doorstop.""" |
|
4 | |||
5 | from .client import check, get_next_number |
||
6 |