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