Completed
Push — master ( fe6d7a...5e9dbb )
by
unknown
02:04
created

tracim.views.controllers.Controller.bind()   A

Complexity

Conditions 1

Size

Total Lines 2
Code Lines 2

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 2
rs 10
c 0
b 0
f 0
cc 1
nop 2
1
from pyramid.config import Configurator
2
3
4
class Controller(object):
5
6
    def bind(self, configurator: Configurator):
7
        raise NotImplementedError()
8