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