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