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/event/remove/views.py

8 lines
137 B
Python

from teal.resource import View
class Remove(View):
def post(self):
"""Removes a component from a computer."""
pass