示例#1
0
文件: wisent.py 项目: Lalufu/wisent
def check(g, params):
    a = Automaton(g, params)
    a.check()
    return a
示例#2
0
def check(g, params):
    a = Automaton(g, params)
    a.check()
    return a