"""Handlers. API endpoints are small, discrete methods that are in charge of performing calls to the logic layer, consuming those responses (including possible transformation) and sending back a json response (with valid http status.) Our request handlers will be managed by Tornado. """ from grass.handlers import auth # pyflakes auth