コード例 #1
0
ファイル: __init__.py プロジェクト: xichuanwang/tailor
def get_business(id=None):
    from models import Business

    return Business.get(id)