doorstop.server   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 2
dl 0
loc 6
rs 10
c 0
b 0
f 0
1
# SPDX-License-Identifier: LGPL-3.0-only
2
3
"""Web interface for Doorstop."""
4
5
from .client import check, get_next_number
6