Beispiel #1
0
def show_boats():
    dsn=app.config['dsn']
    page = PowerBoat(dsn)
    if request.method == 'GET':
        return page.show_boats()
def show_boats():
    dsn = app.config['dsn']
    page = PowerBoat(dsn)
    if request.method == 'GET':
        return page.show_boats()