IW4M-Admin/Master/master/resources/server.py

7 lines
93 B
Python
Raw Normal View History

from flask_restful import Resource
class Server(Resource):
"""description of class"""