Initial commit
This commit is contained in:
2
birb_scheduler/views/__init__.py
Normal file
2
birb_scheduler/views/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
from .report_view import ReportView
|
7
birb_scheduler/views/report_view.py
Normal file
7
birb_scheduler/views/report_view.py
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
from flask import jsonify, request, abort, current_app, Response
|
||||
from flask_classful import FlaskView
|
||||
|
||||
|
||||
class ReportView(FlaskView):
|
||||
pass
|
Reference in New Issue
Block a user