Passed
Push — master ( 81bb9a...af753b )
by Oleksandr
12:01
created

tests.package.subpackage.constants   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 9
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 5
dl 0
loc 9
rs 10
c 0
b 0
f 0
1
# -*- coding: utf-8 -*-
2
3
from candv import Constants, SimpleConstant
4
5
6
class CONSTANTS(Constants):
7
    PRIMARY = SimpleConstant()
8
    SECONDARY = SimpleConstant()
9