#!/usr/bin/env python # -*- coding: utf-8 -*- """ demeter web page name:admin.py 管理员相关页面 author:rabin """ from __load__ import * class index_path(Load): def get(self): self.out('test')