]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/controllers/status.py
491493e1ec48cda16d8434bb28181411af4d22ed
[bluechips.git] / bluechips / controllers / status.py
1 """
2 Calculate the current state of the books
3 """
4
5 import logging
6
7 from bluechips.lib.base import *
8
9 log = logging.getLogger(__name__)
10
11 class StatusController(BaseController):
12     def index(self):
13         return 'Hello World'