예제 #1
0
파일: test.py 프로젝트: gyllstromk/blargs
 def create():
     p = Parser()
     p.enum('x', ('a', 'b', 'c')).multiple()
     return p