This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
devicehub-teal/ereuse_devicehub/resources/rent/definitions.py
2020-11-17 13:19:50 +01:00

9 lines
231 B
Python

from ereuse_devicehub.resources.action import schemas
from teal.resource import Resource
from ereuse_devicehub.resources.rent.views import RentingView
class RentDef(Resource):
VIEW = RentingView
SCHEMA = schemas.Assigned