import web 
import config

from config import views
from web import form

class status:
  def GET():
    print "status"