Added base plugin resource
This commit is contained in:
parent
469e8218e0
commit
2b5b0b8744
8 changed files with 299 additions and 60 deletions
9
openflexure_microscope/common/labthings/resource.py
Normal file
9
openflexure_microscope/common/labthings/resource.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from flask.views import MethodView
|
||||
|
||||
|
||||
class Resource(MethodView):
|
||||
"""Currently identical to MethodView
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
MethodView.__init__(self, *args, **kwargs)
|
||||
Loading…
Add table
Add a link
Reference in a new issue