示例#1
0
文件: debug.py 项目: piotrekw/pirx
from pirx import Settings, arg


settings = Settings()

settings.debug = arg('debug')

print settings