Updated to new LabThings structure

This commit is contained in:
Joel Collins 2020-09-04 15:48:52 +01:00
parent 304e620143
commit 5139b24ffe
14 changed files with 99 additions and 274 deletions

View file

@ -32,7 +32,7 @@ An example of a long running task may look like:
.. code-block:: python
...
from labthings.server.view import ActionView
from labthings import ActionView
class SlowAPI(ActionView):
def post(self):