Beispiel #1
0
def get_business(id=None):
    from models import Business

    return Business.get(id)