Refactored adding views, actions, props and components
This commit is contained in:
parent
7715c19305
commit
a4196b6765
10 changed files with 62 additions and 66 deletions
|
|
@ -1,12 +1,13 @@
|
|||
from flask import abort, url_for
|
||||
|
||||
from ..decorators import marshal_with
|
||||
from ..decorators import marshal_with, ThingProperty
|
||||
from ..resource import Resource
|
||||
from ..schema import TaskSchema
|
||||
|
||||
from openflexure_microscope.common.labthings_core import tasks
|
||||
|
||||
|
||||
@ThingProperty
|
||||
class TaskList(Resource):
|
||||
"""
|
||||
List and basic documentation for all session tasks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue