Passed
Push — 2.x ( 36ece0...5c0463 )
by Jordi
05:35
created

senaite.core.browser.contentmenu.interfaces   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 3
dl 0
loc 8
rs 10
c 0
b 0
f 0
1
# -*- coding: utf-8 -*-
2
3
from zope.interface import Interface
4
5
6
class IMenuProvider(Interface):
7
    """View to render a menu/submenu
8
    """
9