Files
Livebeat/backend_python/resources/user.py
2020-10-19 19:00:17 +02:00

8 lines
166 B
Python

from flask_restful import Api, Resource, reqparse, abort
import vars
class UserLogin(Resource):
def get(self):
print(vars.db['livebeat'])
return