Total Complexity | 0 |
Total Lines | 9 |
Duplicated Lines | 0 % |
Changes | 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 |