Total Complexity | 1 |
Total Lines | 8 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | from pyramid.config import Configurator |
||
2 | |||
3 | |||
4 | class Controller(object): |
||
5 | |||
6 | def bind(self, configurator: Configurator): |
||
7 | raise NotImplementedError() |
||
8 |