def make_shell_context(): return dict(app=app, db=db, User=User, Good=Good, CommentObj=Comment(), Comment=Comment)