#!/usr/bin/env python # -*- coding: utf-8 -*- """ demeter web name:login.py 登录相关接口 author:rabin """ from __load__ import * class login_path(Load): def get(self): self.out('test')