7 lines
93 B
Python
7 lines
93 B
Python
|
from flask_restful import Resource
|
||
|
|
||
|
class Server(Resource):
|
||
|
"""description of class"""
|
||
|
|
||
|
|