Ejemplo n.º 1
0
def ed_group(n):
    h = ct.ed_group(n)
    if h:
        return Editor(h)
Ejemplo n.º 2
0
def ed_group(n):
    h = ct.ed_group(n)
    if h:
        return Editor(h)